C# Class Raven.DynamicSession.DynamicSession

Inheritance: System.Dynamic.DynamicObject, IDisposable
显示文件 Open project: phillip-haydon/Raven.DynamicSession

Public Methods

Method Description
AddClrType ( string name, Type of ) : void
Dispose ( ) : void
DynamicSession ( IDocumentSession session ) : System
SaveChanges ( ) : void
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

Private Methods

Method Description
DynamicSession ( ) : System

Method Details

AddClrType() public static method

public static AddClrType ( string name, Type of ) : void
name string
of System.Type
return void

Dispose() public method

public Dispose ( ) : void
return void

DynamicSession() public method

public DynamicSession ( IDocumentSession session ) : System
session IDocumentSession
return System

SaveChanges() public method

public SaveChanges ( ) : void
return void

TryGetMember() public method

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
return bool

TryInvokeMember() public method

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