Table of Contents

Class EnumEntity

Namespace
Si.Srp.Models.Common
Assembly
Si.Srp.Models.Common.dll

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

string

Id

The Id of entity

public int Id { get; set; }

Property Value

int

Name

Name

public string Name { get; set; }

Property Value

string