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

Implement this interface if you have to know (usually for validation) if a certain property of a given task will be filled in later by a {jit:} scripting expression More...

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

Properties

JITCheckerDelegate JITChecker [set]
 Chronos will provide a function that you can use to check for JIT expressions in properties. More...
 

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...
 

Detailed Description

Implement this interface if you have to know (usually for validation) if a certain property of a given task will be filled in later by a {jit:} scripting expression

A simple implementation could be JITCheckerDelegate INeedToCheckForJITLinks.JITChecker { set { mJITChecker = value; } }

Definition at line 466 of file TaskInterfaces.cs.

Property Documentation

◆ JITChecker

JITCheckerDelegate AxelSemrau.Chronos.Plugin.INeedToCheckForJITLinks.JITChecker
set

Chronos will provide a function that you can use to check for JIT expressions in properties.

Definition at line 471 of file TaskInterfaces.cs.

471 { set; }

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