IActiveTrackable

An interface that implements the CloudNimble common pattern for tracking who created an Entity.

Syntax

public interface IActiveTrackable

Properties

IsActive

bool IsActive { get; set; }
The unique identifier for the User that created this particular Entity.

Returns

bool