Table of Contents

Interface IIdentifiable

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

Defines the interface for any identifiable item.

public interface IIdentifiable
Extension Methods

Properties

FullId

Gets the fully qualified identifier for this item.
Should be implemented explicitly in non-INestedIdentifiables.

string FullId { get; }

Property Value

string

Should be: {Parent.FullId}.{Id}, or just Id for top level items.

Id

Gets the category-unique identifier of this item.

string Id { get; }

Property Value

string