Empeld
Empeld plugin documentation.
|
Abstract common attribute to define something as being authored by someone More...
Protected Member Functions | |
AuthoredAttribute (string name) | |
Initializes a new instance of the pluginbase.Attributes.AuthoredAttribute class. More... | |
Properties | |
string | Name [get] |
The name of the item being authored More... | |
string | Author [get, set] |
Gets or sets the name of the author More... | |
string | Description [get, set] |
Gets or sets the description of the authored item More... | |
string | IconPath [get, set] |
Gets or sets the relative path of an image representing the item More... | |
Abstract common attribute to define something as being authored by someone
|
protected |
Initializes a new instance of the pluginbase.Attributes.AuthoredAttribute class.
name | Name. |
|
getset |
Gets or sets the name of the author
The author.
|
getset |
Gets or sets the description of the authored item
The description.
|
getset |
Gets or sets the relative path of an image representing the item
The icon path.
|
get |
The name of the item being authored
The name.