IDbEnum

An interface that represents the CloudNimble database-driven enumeration pattern that lets you update the Enum as processes change without changing the meaning of Entities that are linked to the older enums.

Syntax

public interface IDbEnum : IIdentifiable<Guid>, IActiveTrackable, IHumanReadable, ISortable