Checker |
The CheckerShell Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| CanRun |
Is used by Vishnu before each run of a Checker, Worker or before
Start a trigger is called up.
Returns true if the run/start can be executed.
(Inherited from NodeShellBase) | |
| Dispose | Public method for cleaning up. | |
| Dispose(Boolean) | Clean up here: calls Dispose() for all user elements that are disposable..; | |
| Finalise |
Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise) | |
| GetCheckerReference |
Returns the name of the checker that is to be assigned to a ValueConverter.
(Inherited from NodeCheckerBase) | |
| ModifyValue |
Converts a value into a given format.
Must be overwritten, therefore without function here
(reflects the input value back) is implemented.
(Overwrites NodeCheckerBaseModifyValue(Object)) | |
| Run |
This is where the (normally external) work process is carried out (or observed).
(Overwrites NodeCheckerBaseRun(Object, TreeParameters, TreeEvent)) | |
| SetChecker |
Takes over the checker for ValueConverters.
(Inherited from NodeCheckerBase) | |
| SubNodeProgressChanged |
Is activated if the processing progress of the checker has changed.
(Inherited from NodeCheckerBase) |