Show / Hide Table of Contents

Class JsonDataValidationResults

Provides extension methods to serialize/deserialize IDataValidationResults object to/from JSON.

Inheritance
System.Object
JsonDataValidationResults
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 JsonDataValidationResults

Methods

Name Description
ParseDataValidationResults(JsonReader, DataSet)

Parses JSON into IDataValidationResults object.

Write(JsonWriter, IDataValidationResults)

Writes IDataValidationResults object into JSON.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest