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

# IDbEnum

> An interface that represents the CloudNimble database-driven enumeration pattern that lets you update the Enum as processes change without changing the meani...

## Definition

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

**Namespace:** CloudNimble.EasyAF.Core

## Syntax

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

## Summary

An interface that represents the CloudNimble database-driven enumeration pattern that lets you update the Enum as processes change
without changing the meaning of Entities that are linked to the older enums.

## Related APIs

* CloudNimble.EasyAF.Core.IIdentifiable\<System.Guid>
* CloudNimble.EasyAF.Core.IActiveTrackable
* CloudNimble.EasyAF.Core.IHumanReadable
* CloudNimble.EasyAF.Core.ISortable
