PropertyItem Class

Individual name and value property combination.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class PropertyItem
Inheritance
Object    PropertyItem

Constructors

PropertyItemInitializes a new instance of the PropertyItem class

Properties

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

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)

Fields

mName Private member for Name.
mValue Private member for Value.

See Also