operatorgrouplist-class
Represents list of operator groups
public class Korzh.EasyQuery.OperatorGroupList
: Collection<OperatorGroup>
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
OperatorGroupList(OperatorGroup[] groups) | void | Initializes a new instance of the OperatorGroupList class. |
Methods
Name | Type | Description |
---|---|---|
FindByName(string groupName) | OperatorGroup | Finds the OperatorGroup by its name. |