AP&C API Reference
|
Provides the common basis for all plugins by managing the PluginAttribute boilerplate. More...
Properties | |
virtual log4net.ILog | Log [get] |
Gets the log. It lazy loads as necessary. More... | |
Guid | Id [get] |
Gets the id of the formula from the subclass's PluginAttribute. More... | |
string | Name [get] |
Gets the name of the formula from the subclass's PluginAttribute. More... | |
string | Description [get] |
Gets the description from the subclass's PluginAttribute. More... | |
string | Instructions [get] |
Gets the instructions from the subclass's PluginAttribute. More... | |
U | Descriptor [get] |
Gets the descriptor so it can be serialized to remote clients.. More... | |
T | Attribute [get] |
Gets the attribute, lazy loads it as necessary. More... | |
Provides the common basis for all plugins by managing the PluginAttribute boilerplate.
T | : | PluginAttribute | |
U | : | PluginDescriptor |
|
getprotected |
Gets the attribute, lazy loads it as necessary.
The attribute.
|
get |
Gets the description from the subclass's PluginAttribute.
The description.
|
get |
Gets the descriptor so it can be serialized to remote clients..
The descriptor.
|
get |
Gets the id of the formula from the subclass's PluginAttribute.
The id.
|
get |
Gets the instructions from the subclass's PluginAttribute.
The instructions.
|
getprotected |
Gets the log. It lazy loads as necessary.
The log.
|
get |
Gets the name of the formula from the subclass's PluginAttribute.
The name.