Click or drag to resize

BCRepository Constructor

Overload List
  NameDescription
Public methodBCRepository
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.
Public methodBCRepository(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.
Public methodBCRepository(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.
Public methodBCRepository(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.
Public methodBCRepository(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.
Public methodBCRepository(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.
Public methodBCRepository(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.
Public methodBCRepository(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.
Top
See Also