VariableItem Class

Information about an individual variable name and value.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public class VariableItem
Inheritance
Object    VariableItem

Constructors

VariableItemInitializes a new instance of the VariableItem class

Properties

Name Get/Set the name of the variable.
Value Get/Set the value of the variable.

Methods

Copy Return a shallow copy of the caller's source variable.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also