AbstractModelBase..::..GetAllErrors Method

Returns a collection of all errors (object and property level).

Namespace:  Tortuga.Anchor.Modeling.Internals
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ReadOnlyCollection<ValidationResult> GetAllErrors()
Public Function GetAllErrors As ReadOnlyCollection(Of ValidationResult)

Return Value

Remarks


Call Validate() to refresh this property.