Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Just provide a TypeConverter, and Chronos is happy. More...
Public Member Functions | |
CreamTypeConverter () | |
Luckily we can inherit everything necessary. | |
override object | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value) |
The actual conversion work string->object is done here. | |
Just provide a TypeConverter, and Chronos is happy.
Definition at line 82 of file CreamTypeColumn.cs.
MockPlugin.SampleListColumns.CreamTypeConverter.CreamTypeConverter | ( | ) |
Luckily we can inherit everything necessary.
Definition at line 87 of file CreamTypeColumn.cs.
override object MockPlugin.SampleListColumns.CreamTypeConverter.ConvertFrom | ( | ITypeDescriptorContext | context, |
CultureInfo | culture, | ||
object | value ) |
The actual conversion work string->object is done here.
context | |
culture | |
value |
The base class implementation is good enough for us.
Definition at line 99 of file CreamTypeColumn.cs.