C# 클래스 Raven.Client.Document.DocumentStore

Manages access to RavenDB and open sessions to work with RavenDB.
상속: DocumentStoreBase
파일 보기 프로젝트 열기: markrendle/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DocumentStore ( ) : System
Initialize ( ) : IDocumentStore
OpenAsyncSession ( ) : IAsyncDocumentSession
OpenSession ( ) : IDocumentSession
OpenSession ( ICredentials credentialsForSession ) : IDocumentSession
RegisterListener ( IDocumentDeleteListener deleteListener ) : IDocumentStore
RegisterListener ( IDocumentStoreListener documentStoreListener ) : IDocumentStore

비공개 메소드들

메소드 설명
OnSessionStored ( object entity ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DocumentStore() 공개 메소드

public DocumentStore ( ) : System
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : IDocumentStore
리턴 IDocumentStore

OpenAsyncSession() 공개 메소드

public OpenAsyncSession ( ) : IAsyncDocumentSession
리턴 IAsyncDocumentSession

OpenSession() 공개 메소드

public OpenSession ( ) : IDocumentSession
리턴 IDocumentSession

OpenSession() 공개 메소드

public OpenSession ( ICredentials credentialsForSession ) : IDocumentSession
credentialsForSession ICredentials
리턴 IDocumentSession

RegisterListener() 공개 메소드

public RegisterListener ( IDocumentDeleteListener deleteListener ) : IDocumentStore
deleteListener IDocumentDeleteListener
리턴 IDocumentStore

RegisterListener() 공개 메소드

public RegisterListener ( IDocumentStoreListener documentStoreListener ) : IDocumentStore
documentStoreListener IDocumentStoreListener
리턴 IDocumentStore