Click or drag to resize
CalculationWorks Logo
BcfDataSetStateIdBehaviorGenerate Method
Generates an id related to datasets state (timestamping)

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
protected virtual Guid Generate(
	BcfTransaction transaction
)

Parameters

transaction
Type: CalculationWorks.BusinessModelBcfTransaction
The transaction.

Return Value

Type: Guid
Guid
Remarks

Undo and Redo will restore the value.

Base implementation always creates a new identifier.

Override Generate to return Value if you don't wish to update the Value.

Examples
See Also