Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core

Syntax

CloudNimble.EasyAF.Core.IHumanReadable

Summary

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

Properties

DisplayName Abstract

The text to be displayed to the user.

Syntax

string DisplayName { get; set; }

Property Value

Type: string