Click or drag to resize

ValueModifierT Methods

The ValueModifierT Type exposes the following members.

Methods
 NameDescription of the
Public MethodCanRun 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)
Public MethodGetCheckerReference Returns the name of the checker that is to be assigned to this ValueConverter.
(Overwrites NodeCheckerBaseGetCheckerReference)
Public MethodModifyValue Converts a value to the value specified for this ValueModifier valid format.
(Overwrites NodeCheckerBaseModifyValue(Object))
Public MethodRun This is where the (normally external) work process is carried out (or observed).
(Overwrites NodeCheckerBaseRun(Object, TreeParameters, TreeEvent))
Public MethodSetChecker Takes over the checker for ValueConverters.
(Inherited from NodeCheckerBase)
Protected MethodSubNodeProgressChanged Is activated if the processing progress of the checker has changed.
(Inherited from NodeCheckerBase)
Back to the top
See also