Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
DateColumn.cs File Reference

Go to the source code of this file.

Classes

class  MockPlugin.SampleListColumns.DateColumn
 Example column type that allows to pick a date and time from a graphical editor. More...
 
class  MockPlugin.SampleListColumns.MyDate
 Simple wrapper around DateTime that makes sure to always use the invariant culture. More...
 
class  MockPlugin.SampleListColumns.MyDateConverter
 Just like the default converter, but always use the invariant culture and wraps/unwraps the "MyDate". More...
 
class  MockPlugin.SampleListColumns.MyDateEditor
 Just unwrap and edit the inner DateTime. More...
 

Namespaces

namespace  MockPlugin
 An example Chronos plugin. This plugin demonstrates how to write plugins for Chronos. It should give you a rough idea how different things can be done, and which interfaces are needed to provide funtionality.
 
namespace  MockPlugin.SampleListColumns
 The classes in this namespace demonstrate how to define your own sample list column types.