IHumanReadable

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

Syntax

public interface IHumanReadable

Properties

DisplayName

string DisplayName { get; set; }
The text to be displayed to the user.

Returns

string