Table of Contents

Interface IDisplayable

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

Defines the interface for anything that should be displayed with a name and description.

public interface IDisplayable

Properties

Description

Gets the optional human-readable description to display for this item.

string? Description { get; }

Property Value

string

HasDescription

Gets whether this item has a description.

bool HasDescription { get; }

Property Value

bool

true if Description is not null; otherwise, false.

Name

Gets the human-readable name to display for this item.

string Name { get; }

Property Value

string