 | BcfParentRelationId Conversion (Int32 to BcfParentRelationId) |
Restores and returns a value from its
Int32-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic static explicit operator BcfParentRelationId (
int parentRelationId
)
Public Shared Narrowing Operator CType (
parentRelationId As Integer
) As BcfParentRelationId
Parameters
- parentRelationId
- Type: SystemInt32
The Int32-representation of this BcfParentRelationId.
Return Value
Type:
BcfParentRelationIdThe restored instance.
See Also