Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core

Syntax

CloudNimble.EasyAF.Core.IHasStatus<T>

Summary

An interface that specifes an implementing Entity contains a child Entity of T that implements IDbStatusEnum and represents the Entity’s current status.

Type Parameters

Properties

StatusType Abstract

The populated instance of IDbStatusEnum.

Syntax

T StatusType { get; set; }

Property Value

Type: T

StatusTypeId Abstract

The unique identifier for the SimpleStateMachine IDbStatusEnum.

Syntax

System.Guid StatusTypeId { get; set; }

Property Value

Type: System.Guid
  • CloudNimble.EasyAF.Core.IIdentifiable<System.Guid>