Skip to main content

Definition

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

Syntax

Summary

An interface that specifes an implementing Entity changes State as part of the SimpleStateMachine.

Type Parameters

  • T - The type implementing IDbStateEnum that represents States for this Entity.

Properties

StateType Abstract

The populated instance of IDbStateEnum.

Syntax

Property Value

Type: T

StateTypeId Abstract

The unique identifier for the SimpleStateMachine IDbStateEnum.

Syntax

Property Value

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