Show / Hide Table of Contents

Class JsonView<T>

Represents a subset view of strongly typed DataSet JSON serialization.

Inheritance
System.Object
JsonView
JsonView<T>
Inherited Members
JsonView.Filter
JsonView.ToJsonString(Boolean, IJsonCustomizer)
JsonView.ToJsonString(IEnumerable<DataRow>, Boolean, IJsonCustomizer)
JsonView.ToString()
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)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class JsonView<T> : JsonView, IJsonView where T : class, IEntity, new()
Type Parameters
Name Description
T

Type of Entity.

Properties

Name Description
_

Gets the entity.

Children
Model

Methods

Name Description
FilterChildren(JsonView[])

Filters the child views.

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