Skip to main content

Definition

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

Syntax

CloudNimble.EasyAF.Core.IHasState<T>

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

T StateType { get; set; }

Property Value

Type: T

StateTypeId Abstract

The unique identifier for the SimpleStateMachine IDbStateEnum.

Syntax

System.Guid StateTypeId { get; set; }

Property Value

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