Click or drag to resize
IRuleSetAddModel Method
Adds a model into a IRuleSet

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
void AddModel(
	string query,
	IModelAccess access
)

Parameters

query
Type: SystemString
Depends on type of RuleSet this can be nested addressing operated by '/'
access
Type: FlexRule.Core.ModelIModelAccess
See Also