C# Class Breeze.Sharp.MappingContext

Used by the JsonResultsAdapter to provide information regarding the overall context of the currently executing operation.
Afficher le fichier Open project: Breeze/breeze.sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
EntityManager EntityManager
JsonResultsAdapter IJsonResultsAdapter
LoadingOperation LoadingOperation
MergeStrategy MergeStrategy

Méthodes publiques

Méthode Description
MappingContext ( ) : System.Reflection
VisitNode ( NodeContext nodeContext ) : Breeze.Sharp.JsonNodeInfo

Method Details

MappingContext() public méthode

public MappingContext ( ) : System.Reflection
Résultat System.Reflection

VisitNode() public méthode

public VisitNode ( NodeContext nodeContext ) : Breeze.Sharp.JsonNodeInfo
nodeContext NodeContext
Résultat Breeze.Sharp.JsonNodeInfo

Property Details

EntityManager public_oe property

public EntityManager EntityManager
Résultat EntityManager

JsonResultsAdapter public_oe property

public IJsonResultsAdapter JsonResultsAdapter
Résultat IJsonResultsAdapter

LoadingOperation public_oe property

public LoadingOperation LoadingOperation
Résultat LoadingOperation

MergeStrategy public_oe property

public MergeStrategy MergeStrategy
Résultat MergeStrategy