ActionBuilderValidationErrors Property |
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)
Syntaxpublic ValidationErrorCollection ValidationErrors { get; }
Public ReadOnly Property ValidationErrors As ValidationErrorCollection
Get
public:
property ValidationErrorCollection^ ValidationErrors {
ValidationErrorCollection^ get ();
}
member ValidationErrors : ValidationErrorCollection with get
Property Value
Type:
ValidationErrorCollectionA
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