Class EnumEntity
Represent the class for all thing which are coming from Enum
Constructors
EnumEntity()
Declaration
protected EnumEntity()
Properties
DisplayName
Display Name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The Id of entity
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |