C# Class Breeze.Sharp.NodeContext

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

Méthodes publiques

Свойство 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
Résultat Newtonsoft.Json.Linq.JObject

ObjectType public_oe property

public Type,System ObjectType
Résultat System.Type

StructuralProperty public_oe property

public StructuralProperty StructuralProperty
Résultat StructuralProperty

StructuralType public_oe property

public StructuralType StructuralType
Résultat StructuralType