Class JsonDataValidationResult
Provides extension methods to serialize/deserialize DataValidationResult to/from JSON.
Inheritance
System.Object
JsonDataValidationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public static class JsonDataValidationResult
Methods
Name | Description |
---|---|
ParseDataValidationResult(JsonReader, DataSet) | Parses JSON into DataValidationResult object. |
Write(JsonWriter, DataValidationResult) | Writes DataValidationResult into JSON. |