Metadata definitions for OnPropertyChangedTrigger. More...
Public Attributes | |
DynamicPropertyType< Boolean > | IgnoreIdenticalValueProperty |
Invoke the trigger only on change in the monitored property's value. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.OnPropertyChangedTrigger") |
Metaclass for OnPropertyChangedTrigger. | |
DynamicPropertyType< String > | SourceNodeProperty |
The node for which this trigger monitors property changes. More... | |
DynamicPropertyType< String > | SourcePropertyTypeProperty |
The property type the changes of which trigger this trigger. More... | |
Public Attributes inherited from TriggerMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.Trigger") |
Metaclass for Trigger. | |
Public Attributes inherited from NodeComponentMetadata | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.NodeComponent") |
Metaclass for NodeComponent. | |
DynamicPropertyType< String > | NameProperty |
Name. More... | |
Metadata definitions for OnPropertyChangedTrigger.
DynamicPropertyType<Boolean> IgnoreIdenticalValueProperty |
Invoke the trigger only on change in the monitored property's value.
DynamicPropertyType<String> SourceNodeProperty |
The node for which this trigger monitors property changes.
DynamicPropertyType<String> SourcePropertyTypeProperty |
The property type the changes of which trigger this trigger.