BCRepository Constructor |
Name | Description | |
---|---|---|
BCRepository |
Initializes a new instance of the BCRepository class.
Connects to local server and opens the default vault for reading or writing in the context of the main area.
Connection is closed when the instance is disposed.
| |
BCRepository(String) |
Initializes a new instance of the BCRepository class.
Connects to a local server and opens a vault for reading or writing in the context of the main area.
Connection is closed when the instance is disposed.
| |
BCRepository(String, String) |
Initializes a new instance of the BCRepository class.
Connects to the server and opens a vault for reading or writing in the context of the main area.
Connection is closed when the instance being disposed.
| |
BCRepository(String, String, Boolean) |
Initializes a new instance of the BCRepository class.
Connects to the server and opens a vault for reading or writing in the context of the main area.
Connection is closed when the instance is disposed.
| |
BCRepository(String, String, DateTime) |
Initializes a new instance of the BCRepository class.
Connects to the server and opens a vault for reading or writing in the context of the main area.
Connection is closed when the instance is disposed.
| |
BCRepository(String, String, Boolean, String) |
Initializes a new instance of the BCRepository class.
Connects to the server and opens a vault for reading or writing.
Connection is closed when the instance is disposed.
| |
BCRepository(String, String, DateTime, String) |
Initializes a new instance of the BCRepository class.
Connects to the server and opens a vault for reading or writing.
Connection is closed when the instance is disposed.
| |
BCRepository(String, String, String, String) |
Initializes a new instance of the BCRepository class.
Connects to the server and opens a vault for reading or writing.
Connection is closed when the instance is disposed.
|