Show / Hide Table of Contents

Class DataValidationResults

Contains static methods to handle IDataValidationResults objects.

Inheritance
System.Object
DataValidationResults
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
Assembly: DevZest.Data.dll
Syntax
public static class DataValidationResults

Properties

Name Description
Empty

Gets an empty IDataValidationResults dictionary.

Methods

Name Description
ParseJson(DataSet, String, IJsonCustomizer)

Deserializes JSON string into IDataValidationResults object.

ToJsonString(IDataValidationResults, Boolean, IJsonCustomizer)

Serializes IDataValidationResults dictionary into JSON string.

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