Click or drag to resize
ElementActivatorResgitryFactoryCreate Method (IRuleSet, String)
Create the registry using [!:RuleSet]

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IElementActivatorRegistry Create(
	IRuleSet ruleSet,
	string ruleSetQuery
)

Parameters

ruleSet
Type: FlexRule.Core.ModelIRuleSet
ruleSetQuery
Type: SystemString

Return Value

Type: IElementActivatorRegistry
Exceptions
ExceptionCondition
ArgumentNullExceptionIf ruleSet is null.
ArgumentNullExceptionIf ruleSetQuery is null or empty.
ArgumentNullExceptionIf ruleSetQuery is not valid using null or empty.
See Also