Returns a new BCRepository instance that is connected to the same vault, opened at the specified moment and work area in which the current repository was initially opened.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCRepository NewTransaction(
	Nullable<DateTime> moment
)
Visual Basic
Public Function NewTransaction ( _
	moment As Nullable(Of DateTime) _
) As BCRepository
Visual C++
public:
BCRepository^ NewTransaction(
	Nullable<DateTime> moment
)

Parameters

moment
Type: System..::..Nullable<(Of <(<'DateTime>)>)>
Specifies the date at which to open the vault in History mode. If nullNothingnullptra null reference (Nothing in Visual Basic), then the vault will be opened in the present time.

Return Value

The new BCRepository instance.

See Also