Class JsonView
Represents a subset view of DataSet JSON serialization.
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)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public abstract class JsonView : IJsonView
Properties
Name | Description |
---|---|
Children | Gets the child JsonView objects. |
Filter | Gets the JsonFilter. |
Model | Gets the model. |
Methods
Name | Description |
---|---|
ToJsonString(Boolean, IJsonCustomizer) | Serializes into JSON string. |
ToJsonString(IEnumerable<DataRow>, Boolean, IJsonCustomizer) | Serializes into JSON string for specified DataRow objects. |
ToString() |