 | BcfRuleId Constructor (Int32, Int32) |
Initializes a new instance of the structure.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRuleId(
int tableIndex,
int ruleIndex
)
Public Sub New (
tableIndex As Integer,
ruleIndex As Integer
)
Parameters
- tableIndex
- Type: SystemInt32
The index of table in Tables. - ruleIndex
- Type: SystemInt32
The index of rule in Rules.
See Also