Click or drag to resize

BcfFaultId  Conversion (Int64 to BcfFaultId)

Restores and returns a value from its Int64-representation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static explicit operator BcfFaultId (
	long faultId
)

Parameters

faultId
Type: SystemInt64
The Int64-representation of this BcfFaultId.

Return Value

Type: BcfFaultId
The restored instance.
See Also