| IElementModelSelector Interface |
Namespace: FlexRule.Core.Model
public interface IElementModelSelector
The IElementModelSelector type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearSelect |
Clears all the found items
| |
| SelectAllChilds(String) |
Returns an array of element based on name
| |
| SelectAllChilds(String, IDictionaryString, String) |
Returns an array of elements by name and criteria
| |
| SelectFirstChild(IDictionaryString, String) |
Select first element matching with criteria
| |
| SelectFirstChild(String) |
Selects first element by name
| |
| SelectFirstChild(String, IDictionaryString, String) |
Selects first element name and by criteria
| |
| SelectNextChild(IDictionaryString, String) |
Select next element by criteria
| |
| SelectNextChild(String) |
Selects next element by name
| |
| SelectNextChild(String, IDictionaryString, String) |
Selects next element by name and criteria
|