Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DocumentStore ( ) : System | ||
Initialize ( ) : IDocumentStore | ||
OpenAsyncSession ( ) : IAsyncDocumentSession | ||
OpenSession ( ) : IDocumentSession | ||
OpenSession ( ICredentials credentialsForSession ) : IDocumentSession | ||
RegisterListener ( IDocumentDeleteListener deleteListener ) : IDocumentStore | ||
RegisterListener ( IDocumentStoreListener documentStoreListener ) : IDocumentStore |
Method | Description | |
---|---|---|
OnSessionStored ( object entity ) : void |
public OpenAsyncSession ( ) : IAsyncDocumentSession | ||
return | IAsyncDocumentSession |
public OpenSession ( ICredentials credentialsForSession ) : IDocumentSession | ||
credentialsForSession | ICredentials | |
return | IDocumentSession |
public RegisterListener ( IDocumentDeleteListener deleteListener ) : IDocumentStore | ||
deleteListener | IDocumentDeleteListener | |
return | IDocumentStore |
public RegisterListener ( IDocumentStoreListener documentStoreListener ) : IDocumentStore | ||
documentStoreListener | IDocumentStoreListener | |
return | IDocumentStore |