Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
This task just shows how you can react on the method editor contents and provide context sensitive property standard values. More...
Public Member Functions | |
void | PreValidate () |
Called before the schedule construction is completed. | |
void | PostValidate () |
Called after the schedule construction is completed. | |
void | Execute () |
Do whatever you have to do with your parameters. | |
string | GetTaskAction () |
Description of the tasks's action (for hints/time table) | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask |
Properties | |
string | SomeProperty [get, set] |
IMethodEditorSnooper | MethodEditorSnooper [get, set] |
Since the getter is internal, the property will not be visible in the method editor. | |
Properties inherited from AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnoopingTask |
This task just shows how you can react on the method editor contents and provide context sensitive property standard values.
Definition at line 8 of file MockMethodEditorSnoopingTask.cs.
void MockPlugin.Tasks.MockMethodEditorSnoopingTask.Execute | ( | ) |
Do whatever you have to do with your parameters.
Implements AxelSemrau.Chronos.Plugin.ITask.
Definition at line 24 of file MockMethodEditorSnoopingTask.cs.
string MockPlugin.Tasks.MockMethodEditorSnoopingTask.GetTaskAction | ( | ) |
Description of the tasks's action (for hints/time table)
Implements AxelSemrau.Chronos.Plugin.ITask.
void MockPlugin.Tasks.MockMethodEditorSnoopingTask.PostValidate | ( | ) |
Called after the schedule construction is completed.
Implements AxelSemrau.Chronos.Plugin.ITask.
Definition at line 19 of file MockMethodEditorSnoopingTask.cs.
void MockPlugin.Tasks.MockMethodEditorSnoopingTask.PreValidate | ( | ) |
Called before the schedule construction is completed.
Implements AxelSemrau.Chronos.Plugin.ITask.
Definition at line 14 of file MockMethodEditorSnoopingTask.cs.
|
getset |
Since the getter is internal, the property will not be visible in the method editor.
Implements AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnoopingTask.
Definition at line 35 of file MockMethodEditorSnoopingTask.cs.
|
getset |
Definition at line 12 of file MockMethodEditorSnoopingTask.cs.