Show / Hide Table of Contents

Class JsonDataValidationError

Provides extension methods to serialize/deserialize DataValidationError to/from JSON.

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

Methods

Name Description
ParseDataValidationError(JsonReader, DataSet)

Parses JSON into DataValidationError object.

ParseDataValidationErrors(JsonReader, DataSet)

Parses JSON into IDataValidationErrors object.

Write(JsonWriter, DataValidationError)

Writes specified DataValidationError into JSON.

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