Click or drag to resize
ActionBuilderValidationErrors Property
Gets a ValidationErrorCollection containing any validation errors for the action.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public ValidationErrorCollection ValidationErrors { get; }

Property Value

Type: ValidationErrorCollection
A ValidationErrorCollection containing any validation errors for the action.
Remarks
This collection is filled during ValidateAction. If IsValid is , it will contain at least one item; otherwise, it will be empty.
See Also