C# Class Raven.DynamicSession.DynamicSession.ChainBuilder

Inheritance: System.Dynamic.DynamicObject
ファイルを表示 Open project: phillip-haydon/Raven.DynamicSession

Private Properties

Property Type Description
HandleInsert bool
HandleLoad void

Public Methods

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

Private Methods

Method Description
HandleInsert ( object args, object &result ) : bool
HandleLoad ( object args, object &result ) : void

Method Details

ChainBuilder() public method

public ChainBuilder ( DynamicObject originalObject, IDocumentSession session, string collection ) : System
originalObject System.Dynamic.DynamicObject
session IDocumentSession
collection string
return System

TryInvokeMember() public method

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