C# 클래스 Raven.DynamicSession.DynamicSession

상속: System.Dynamic.DynamicObject, IDisposable
파일 보기 프로젝트 열기: phillip-haydon/Raven.DynamicSession

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DynamicSession ( ) : System

메소드 상세

AddClrType() 공개 정적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DynamicSession() 공개 메소드

public DynamicSession ( IDocumentSession session ) : System
session IDocumentSession
리턴 System

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

TryGetMember() 공개 메소드

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

TryInvokeMember() 공개 메소드

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