Click or drag to resize

BcfRuleCollectionTryGetRule Method

[This is preliminary documentation and is subject to change.]

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 null if no rule in this collection has the key.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also