Class LabelIDItem
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class LabelIDItem : ILabelIDItem, INotifyPropertyChanging, INotifyPropertyChanged
Constructors
LabelIDItem()
Declaration
Properties
ID
The unique global id of this item
Declaration
[Key]
public Guid ID { get; set; }
Property Value
InheritingTypeID
Declaration
public Guid? InheritingTypeID { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
protected void OnPropertyChanged(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
OnPropertyChanging(string)
Declaration
protected void OnPropertyChanging(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
PropertyChanging
Declaration
public event PropertyChangingEventHandler PropertyChanging
Event Type
Implements
Extension Methods