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

# IHumanReadable

> An interface that specifies the implementing Entity displays text to the user.

## Definition

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

**Namespace:** CloudNimble.EasyAF.Core

## Syntax

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

## Summary

An interface that specifies the implementing Entity displays text to the user.

## Properties

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

The text to be displayed to the user.

#### Syntax

```csharp theme={"dark"}
string DisplayName { get; set; }
```

#### Property Value

Type: `string`
