Click or drag to resize
IElementModelSelectorSelectAllChilds Method (String, IDictionaryString, String)
Returns an array of elements by name and criteria

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IElementModel[] SelectAllChilds(
	string name,
	IDictionary<string, string> parameters
)

Parameters

name
Type: SystemString
Name of the element to select
parameters
Type: System.Collections.GenericIDictionaryString, String
Parameters of element to be matched

Return Value

Type: IElementModel
See Also