VariableBinding¶
-
class
Cocotec.CocoPlatform.Coco.VariableBinding
¶ Properties
-
bool
IsSelf
{ }¶ Is this the state machine self variable?
-
Cocotec.CocoPlatform.Coco.Node
Variable
{ }¶ Returns the variable that is bound. This is guaranteed to be set to something if name() is empty.
-
string
Name
{ }¶ Returns the name of the variable, if variable() is invalid. This is guaranteed to be set to something if variable() is not valid.
-
Cocotec.CocoPlatform.Coco.Value
Value
{ }¶
-
bool