Class ValidationResult
Represents validation result.
Inheritance
System.Object
ValidationResult
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: Telerik.Windows.Documents.Flow.FormatProviders.Docx.Validation
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ValidationResult
Properties
ResultType
Gets the result type.
Declaration
public ValidationResultType ResultType { get; }
Property Value
ValidationResultType
The result type. |
ValidationErrors
Gets the validation errors.
Declaration
public IEnumerable<ValidationError> ValidationErrors { get; }
Property Value
System.Collections.Generic.IEnumerable<ValidationError>
The validation errors. |