 | BcfRuleId Constructor (Int32) |
Initializes a new instance of the structure to its specified
Int32-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRuleId(
int ruleId
)
Public Sub New (
ruleId As Integer
)
Parameters
- ruleId
- Type: SystemInt32
The Int32-representation.
See Also