NameValueItem Class

Individual name and value.

Definition

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

Constructors

NameValueItemInitializes a new instance of the NameValueItem class

Properties

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

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Return the string representation of this item.
(Overrides ObjectToString)

See Also