Click or drag to resize

BcfRuleCollectionTryGetRule Method (String)

Returns the rule having the unique key or if no rule in this collection has the key.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRule TryGetRule(
	string key
)

Parameters

key
Type: SystemString
The rule key (Key, Key)

Return Value

Type: BcfRule
The rule having the unique key or if no rule in this collection has the key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also