Class ScalarValidationErrors
Manipulates collection of scalar validation errors.
Inheritance
System.Object
ScalarValidationErrors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public static class ScalarValidationErrors
Properties
Name | Description |
---|---|
Empty | Gets the empty collection of scalar validation errors. |
Methods
Name | Description |
---|---|
Add(IScalarValidationErrors, IScalarValidationErrors) | Combines two IScalarValidationErrors. |
New(ScalarValidationError[]) | Creates a collection of scalar validation errors. |