public class NameItem : ChangeObjectItem
Public Class NameItem
Inherits ChangeObjectItem
No code example is currently available or this language may not be supported.
NameItem | Initializes a new instance of the NameItem class |
Description | Get/Set the Description of this Name. |
Name | Get/Set the Name of the Item. |
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) |
PropertyChanged |
Raised when the value of a property has changed.
(Inherited from ChangeObjectItem) |