Metadata definitions for OnPropertyChangedTrigger. More...
Public Attributes | |
| DynamicPropertyType< Boolean > | IgnoreIdenticalValueProperty |
| Invoke the trigger only on change in the monitored property's value. | |
| DynamicPropertyType< Boolean > | IgnoreInitialValueProperty |
| Invoke the trigger only when the value of the monitored property changes after the trigger is already attached. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.OnPropertyChangedTrigger") |
| Metaclass for OnPropertyChangedTrigger. | |
| 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. | |
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. | |
Metadata definitions for OnPropertyChangedTrigger.
| DynamicPropertyType<Boolean> IgnoreIdenticalValueProperty |
Invoke the trigger only on change in the monitored property's value.
| DynamicPropertyType<Boolean> IgnoreInitialValueProperty |
Invoke the trigger only when the value of the monitored property changes after the trigger is already attached.
| 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.