BCRepository.NewTransaction Method (Nullable<DateTime>, String) |
Returns a new
BCRepository instance that is connected
to the same vault, opened at the specified moment and work area.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCRepository NewTransaction(
DateTime? moment,
string workAreaID
)
Public Function NewTransaction (
moment As DateTime?,
workAreaID As String
) As BCRepository
Parameters
- moment
- Type: System.Nullable<DateTime>
Specifies the date at which to open the vault in History mode.
If null, then the vault will be opened in the present time.
- workAreaID
- Type: System.String
The ID property value of the work area.
If null or an empty string, then the vault will be opened
in the context of the main area.
Return Value
Type:
BCRepositoryThe new
BCRepository instance.
See Also