PluginAttribute¶
Summary¶
Sealed class PluginAttribute.
Remarks¶
Marks a class as a Plugin. The Plugin attribute cannot be omitted.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 |
|
Properties¶
TimeZone¶
Summary
Sets the timezone for all the Plugin datetime references
Remarks
All dates and times within the Plugin will be converted to this timezone
Signature
1 |
|
Return Value
string
Examples
1 2 |
|
AccessRights¶
Summary
Gets or sets the access rights required for the Plugin.
Signature
1 |
|
Return Value
AccessRights
Related Tutorials