Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Just an example for freshly updated combobox entries. More...
Properties | |
string | InternalName = "MockPlugin_CoffeeType" [get] |
Nametag that will be used internally for storing a column of this type in the method. Do not change this once released, or the methods using this column type will no longer be usable. | |
string | VisibleName = "Coffee Type" [get] |
Column type name that will be presented to the user in the method editor in the "Cell Type" column. Should be localizable. | |
IEnumerable< object > | ComboboxItems [get] |
Last entry is based on current time to show when it was created. | |
Type | ValueType = typeof(string) [get] |
Used for getting information which UITypeEditor, TypeConverter etc to use for your column. | |
IEnumerable< IColumnMenu > | ColumnHeaderMenu = null [get] |
If this is not null, it declares column header menu entries that can be used for "Autofill" like features. | |
Properties inherited from AxelSemrau.Chronos.Plugin.Columns.IColumnTypeDefinition |
Just an example for freshly updated combobox entries.
The [Editable(true)] attribute on the ComboboxItems property allows entering your own unlisted coffee type.
Definition at line 16 of file CoffeeTypeColumn.cs.
|
get |
If this is not null, it declares column header menu entries that can be used for "Autofill" like features.
Implements AxelSemrau.Chronos.Plugin.Columns.IColumnTypeDefinition.
Definition at line 37 of file CoffeeTypeColumn.cs.
|
get |
Last entry is based on current time to show when it was created.
Implements AxelSemrau.Chronos.Plugin.Columns.IColumnTypeDefinition.
Definition at line 25 of file CoffeeTypeColumn.cs.
|
get |
Nametag that will be used internally for storing a column of this type in the method. Do not change this once released, or the methods using this column type will no longer be usable.
Implements AxelSemrau.Chronos.Plugin.Columns.IColumnTypeDefinition.
Definition at line 18 of file CoffeeTypeColumn.cs.
|
get |
Used for getting information which UITypeEditor, TypeConverter etc to use for your column.
Implements AxelSemrau.Chronos.Plugin.Columns.IColumnTypeDefinition.
Definition at line 36 of file CoffeeTypeColumn.cs.
|
get |
Column type name that will be presented to the user in the method editor in the "Cell Type" column. Should be localizable.
Implements AxelSemrau.Chronos.Plugin.Columns.IColumnTypeDefinition.
Definition at line 19 of file CoffeeTypeColumn.cs.