> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# IActiveTrackable

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

## Definition

**Assembly:** CloudNimble.EasyAF.Core.dll

**Namespace:** CloudNimble.EasyAF.Core

## Syntax

```csharp theme={"dark"}
CloudNimble.EasyAF.Core.IActiveTrackable
```

## Summary

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

## Properties

### <Icon icon="tag" iconType="duotone" color="#E0EC32" size={24} className="mr-2" /> IsActive <Badge color="orange">Abstract</Badge>

The unique identifier for the User that created this particular Entity.

#### Syntax

```csharp theme={"dark"}
bool IsActive { get; set; }
```

#### Property Value

Type: `bool`
