54 [DefaultValueStringEmpty]
55 public string Name {
get;
set; }
61 public object Value {
get;
set; }
72 return this.Name +
"=" + this.
Value?.ToString();
Class managing a script expression.
Class representing a persisted state-machine variable value.
string InitExpression
Initialization expression, for reference.
CurrentStateVariable()
Class representing a persisted state-machine variable value.
CurrentStateVariable Clone()
Clones the state variable.
CurrentStateVariable(string Name, object Value, string InitExpression)
Class representing a persisted state-machine variable value.
override string ToString()
CurrentStateVariable(string Name, object Value)
Class representing a persisted state-machine variable value.
TypeNameSerialization
How the type name should be serialized.