Interface IDefinition
Base Interface for all Definitions
Namespace: OctoAwesome
Assembly: OctoAwesome.dll
Syntax
public interface IDefinition
Eigenschaften
Icon
Gets the name of the Icon Resource.
Deklaration
string Icon { get; }
Wert der Eigenschaft
Typ | Beschreibung |
---|---|
System.String |
Name
Gets the name of the Definition.
Deklaration
string Name { get; }
Wert der Eigenschaft
Typ | Beschreibung |
---|---|
System.String |