Click or drag to resize
IElementModelSelectorSelectFirstChild Method (String, IDictionaryString, String)
Selects first element name and by 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 SelectFirstChild(
	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