ActionOptionItem Class

Information about an individual option value.

Definition

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

Constructors

ActionOptionItemInitializes a new instance of the ActionOptionItem class

Properties

Name Get/Set the name of the option.
Value Get/Set the optional value of the option.

Methods

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