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