Method GetIsActive
- Namespace
- Innova.Data.Entity.Interfaces
- Assembly
- Innova.Data.dll
GetIsActive(IActiveEntity)
Gets a value indicating whether the specified active entity is currently active.
public static bool GetIsActive(this IActiveEntity activeEntity)
Parameters
activeEntity
IActiveEntityThe active entity.
Returns
- bool
true
if the active entity is currently active; otherwise,false
.