Click or drag to resize
IElementModelSelectorSelectNextChild Method (String, IDictionaryString, String)
Selects next element 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#
bool SelectNextChild(
	string name,
	IDictionary<string, string> parameters
)

Parameters

name
Type: SystemString
Name of element
parameters
Type: System.Collections.GenericIDictionaryString, String
Element`s parameters to be matched

Return Value

Type: Boolean
See Also