NameItem Class

Simple Item containing a Name and optional Description.

Definition

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

Constructors

NameItemInitializes a new instance of the NameItem class

Properties

Description Get/Set the Description of this Name.
Name Get/Set the Name of the Item.

Methods

Clone Create a deep copy of the specified item.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnPropertyChanged(String) Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged(Object, PropertyChangeEventArgs) Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged(String, Object, Object) Raises the PropertyChanged event when the value of a property value has changed.
(Inherited from ChangeObjectItem)
ToString Return the String equivalent of this Item.
(Overrides ObjectToString)

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

See Also