Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Decorate a task property with this attribute to recommend a specific column type for the "convert to column" function. More...
Public Member Functions | |
RecommendedColumnTypeAttribute (string internalColTypeName) | |
Recommend the decorated property with this type of column (internal names as used in the method file). | |
RecommendedColumnTypeAttribute (BuiltinColumnTypeName bcn) | |
If using builtin columns, use this constructor to avoid errors because of misspelt names. | |
Properties | |
string | InternalColumnTypeName [get, protected set] |
Name of the column type as used internally in the method XML. | |
Decorate a task property with this attribute to recommend a specific column type for the "convert to column" function.
Definition at line 72 of file ColumnType.cs.
AxelSemrau.Chronos.Plugin.Columns.RecommendedColumnTypeAttribute.RecommendedColumnTypeAttribute | ( | string | internalColTypeName | ) |
Recommend the decorated property with this type of column (internal names as used in the method file).
internalColTypeName |
Definition at line 78 of file ColumnType.cs.
References AxelSemrau.Chronos.Plugin.Columns.RecommendedColumnTypeAttribute.InternalColumnTypeName.
AxelSemrau.Chronos.Plugin.Columns.RecommendedColumnTypeAttribute.RecommendedColumnTypeAttribute | ( | BuiltinColumnTypeName | bcn | ) |
If using builtin columns, use this constructor to avoid errors because of misspelt names.
bcn |
Definition at line 87 of file ColumnType.cs.
|
getprotected set |
Name of the column type as used internally in the method XML.
Definition at line 93 of file ColumnType.cs.
Referenced by AxelSemrau.Chronos.Plugin.Columns.RecommendedColumnTypeAttribute.RecommendedColumnTypeAttribute().