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
Id
Gets the category-unique identifier of this item.
string Id { get; }