Properties | List of all members
TriggerCondition Interface Reference

Configure trigger conditions. More...

Inheritance diagram for TriggerCondition:

Properties

TriggerConditionOperation ConditionOperation [get, set]
 Gets or sets the trigger condition operator: More...
 
object FixedPropertyValue [get, set]
 Gets or sets the fixed value to use when TermBSource is set to FIXED. More...
 
bool IsValid [get]
 
EventProperty MessageA [get, set]
 Gets or sets the source message for term A. More...
 
EventProperty MessageB [get, set]
 Gets or sets the source message for term B. More...
 
ProjectItem ProjectItemA [get, set]
 Gets or sets the trigger condition property for term A. More...
 
ProjectItem ProjectItemB [get, set]
 Sets the node for term B. More...
 
Property PropertyA [get, set]
 Gets or sets the trigger condition property for term A. More...
 
AnimationTargetPropertyAttributeEnum PropertyAttributeA [get, set]
 Gets or sets the trigger condition property attribute for term A. More...
 
AnimationTargetPropertyAttributeEnum PropertyAttributeB [get, set]
 Gets or sets the trigger condition property attribute for term B. More...
 
Property PropertyB [get, set]
 Gets or sets the trigger condition property for term B. More...
 
TriggerConditionTermSourceType TermASource [get, set]
 Gets or sets the trigger condition source type for term A: More...
 
TriggerConditionTermSourceType TermBSource [get, set]
 Gets or sets the trigger condition source type for term B: More...
 

Detailed Description

Configure trigger conditions.

See also
Trigger

Property Documentation

TriggerConditionOperation ConditionOperation
getset

Gets or sets the trigger condition operator:

  • NONE for none
  • EQUALS for =
  • DIFFERENT for !=
  • SMALLER for <
  • BIGGER FOR >
  • SMALLER_OR_EQUALS for <=
  • BIGGER_OR_EQUALS for >=
object FixedPropertyValue
getset

Gets or sets the fixed value to use when TermBSource is set to FIXED.

EventProperty MessageA
getset

Gets or sets the source message for term A.

EventProperty MessageB
getset

Gets or sets the source message for term B.

ProjectItem ProjectItemA
getset

Gets or sets the trigger condition property for term A.

ProjectItem ProjectItemB
getset

Sets the node for term B.

Property PropertyA
getset

Gets or sets the trigger condition property for term A.

AnimationTargetPropertyAttributeEnum PropertyAttributeA
getset

Gets or sets the trigger condition property attribute for term A.

AnimationTargetPropertyAttributeEnum PropertyAttributeB
getset

Gets or sets the trigger condition property attribute for term B.

Property PropertyB
getset

Gets or sets the trigger condition property for term B.

TriggerConditionTermSourceType TermASource
getset

Gets or sets the trigger condition source type for term A:

  • FROM_PROPERTY for property
  • FROM_MESSAGE for message
TriggerConditionTermSourceType TermBSource
getset

Gets or sets the trigger condition source type for term B:

  • FIXED for fixed value
  • FROM_PROPERTY for property
  • FROM_MESSAGE for message