Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Information about a column defined in a method. More...
Properties | |
string | Name [get] |
Column name as defined in the method editor. | |
string | Token [get] |
Column token as used in the method. | |
IReadOnlyList< string > | StandardItems [get] |
For columns that provide a list of possible values. | |
string | StandardValue [get] |
The standard value (if any), as entered in the method editor. | |
Information about a column defined in a method.
To be extended on demand.
Definition at line 348 of file MiscInterfaces.cs.
|
get |
Column name as defined in the method editor.
Definition at line 353 of file MiscInterfaces.cs.
|
get |
For columns that provide a list of possible values.
Null if the column does not provide any values. Please note that builtin lists like Agitators or Trays are not expanded, you get the info as defined in the method here.
Definition at line 365 of file MiscInterfaces.cs.
|
get |
The standard value (if any), as entered in the method editor.
For numeric values, please make sure to use InvariantCulture in conversions.
Definition at line 372 of file MiscInterfaces.cs.
|
get |