Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IPluginTaskAdapter Interface Reference

Do not implement this interface. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IPluginTaskAdapter:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IPluginTaskAdapter:

Additional Inherited Members

- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask
void PreValidate ()
 Called before the schedule construction is completed. More...
 
void PostValidate ()
 Called after the schedule construction is completed. More...
 
void Execute ()
 Do whatever you have to do with your parameters. More...
 
string GetTaskAction ()
 Description of the tasks's action (for hints/time table) More...
 
- Properties inherited from AxelSemrau.Chronos.Plugin.IPluginAdapter< ITask >
TPluginInterface Plugin [get]
 Get the inner, plugin defined part of the object. More...
 

Detailed Description

Do not implement this interface.

It is just a convenient way to access the plugin task object in cases where you are handed the Chronos internal wrapper instead. This can happen when you inspect tasks in a schedule or in the editor context.

Definition at line 50 of file TaskInterfaces.cs.


The documentation for this interface was generated from the following file: