Show / Hide Table of Contents

Class JsonFilter

Filters DataSet JSON serialization.

Inheritance
System.Object
JsonFilter
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 abstract class JsonFilter

Properties

Name Description
NoChildDataSet

Gets the filter which exclude all child DataSets.

NoProjection

Gets the filter which excludes all projections.

PrimaryKeyOnly

Gets the filter which contains primary key values only.

Methods

Name Description
Explicit(ModelMember[])

Creates a filter explicitly.

Join(JsonFilter[])

Joins multiple filters into a single filter.

ShouldSerialize(ModelMember)

Determines whether specified model member should be serialized.

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