Skip to content

ValidationResult

Namespace: DataWarehouseAutomation.Utils
Assembly: DataWarehouseAutomation.dll

Struct to contain a Json.Net validation result with the collection of errors (if any).

public struct JsonValidation.ValidationResult

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

public IList<ValidationError> Errors { readonly get; set; }

IList<ValidationError>

public bool Valid { readonly get; set; }

bool