NameIDItem Class

A generic Item containing a Name and an ID.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class NameIDItem
Inheritance
Object    NameIDItem

Constructors

NameIDItemInitializes a new instance of the NameIDItem class

Properties

ID Get/Set the Unique ID of this Item.
Name Get/Set the Name of the Item.
Tag Get/Set a reference to an object used for tracking or managing this 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 equivalent of this Item.
(Overrides ObjectToString)

See Also