 | BcfChildRelationCellId Conversion (Int64 to BcfChildRelationCellId) |
[This is preliminary documentation and is subject to change.]
Restores and returns a value from its
Int64-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic static explicit operator BcfChildRelationCellId (
long childRelationCellId
)
Public Shared Narrowing Operator CType (
childRelationCellId As Long
) As BcfChildRelationCellId
Parameters
- childRelationCellId
- Type: SystemInt64
The Int64-representation of this BcfChildRelationCell.
Return Value
Type:
BcfChildRelationCellIdThe restored instance.
Version InformationBCF
Supported in: 4.0
See Also