ActionBuilderValidateActionCore Method |
Performs the work of checking the state of
Action to ensure that
it is valid.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxprotected virtual void ValidateActionCore(
ValidationErrorCollection errors
)
Protected Overridable Sub ValidateActionCore (
errors As ValidationErrorCollection
)
protected:
virtual void ValidateActionCore(
ValidationErrorCollection^ errors
)
abstract ValidateActionCore :
errors : ValidationErrorCollection -> unit
override ValidateActionCore :
errors : ValidationErrorCollection -> unit
Parameters
- errors
- Type: Kjs.AppLife.Update.Engine.Core.DesignValidationErrorCollection
A ValidationErrorCollection into which errors can be added.
See Also