An interface that identifies this Entity as being the enumeration details for the SimpleStateMachine.
public interface IDbStateEnum : IDbEnum, IIdentifiable<Guid>, IActiveTrackable, IHumanReadable, ISortable
string InstructionText { get; set; }
string PrimaryTargetDisplayText { get; set; }
int PrimaryTargetSortOrder { get; set; }
string SecondaryTargetDisplayText { get; set; }
int SecondaryTargetSortOrder { get; set; }