Class EnumEntity
Represent the class for all thing which are coming from Enum
public abstract class EnumEntity
- Inheritance
-
EnumEntity
- Inherited Members
Constructors
EnumEntity()
protected EnumEntity()
Properties
DisplayName
Display Name
public string DisplayName { get; set; }
Property Value
Id
The Id of entity
public int Id { get; set; }
Property Value
Name
Name
public string Name { get; set; }