C# Class Raven.DynamicSession.DynamicSession.ChainBuilder

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: phillip-haydon/Raven.DynamicSession

Private Properties

Свойство Type Description
HandleInsert bool
HandleLoad void

Méthodes publiques

Méthode Description
ChainBuilder ( DynamicObject originalObject, IDocumentSession session, string collection ) : System
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Private Methods

Méthode Description
HandleInsert ( object args, object &result ) : bool
HandleLoad ( object args, object &result ) : void

Method Details

ChainBuilder() public méthode

public ChainBuilder ( DynamicObject originalObject, IDocumentSession session, string collection ) : System
originalObject System.Dynamic.DynamicObject
session IDocumentSession
collection string
Résultat System

TryInvokeMember() public méthode

public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeMemberBinder
args object
result object
Résultat bool