C# Class Breeze.Sharp.NodeContext

Used by the IJsonResultsAdapter to provide information about the current node being processed.
Show file Open project: Breeze/breeze.sharp Class Usage Examples

Public Properties

Property Type Description
Node Newtonsoft.Json.Linq.JObject
ObjectType System.Type
StructuralProperty StructuralProperty
StructuralType StructuralType

Property Details

Node public property

public JObject,Newtonsoft.Json.Linq Node
return Newtonsoft.Json.Linq.JObject

ObjectType public property

public Type,System ObjectType
return System.Type

StructuralProperty public property

public StructuralProperty StructuralProperty
return StructuralProperty

StructuralType public property

public StructuralType StructuralType
return StructuralType