C# Class Breeze.Sharp.NodeContext

Used by the IJsonResultsAdapter to provide information about the current node being processed.
Datei anzeigen 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_oe property

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

ObjectType public_oe property

public Type,System ObjectType
return System.Type

StructuralProperty public_oe property

public StructuralProperty StructuralProperty
return StructuralProperty

StructuralType public_oe property

public StructuralType StructuralType
return StructuralType