Skip to main content

operatorgrouplist-class

Represents list of operator groups

public class Korzh.EasyQuery.OperatorGroupList
: Collection<OperatorGroup>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
OperatorGroupList(OperatorGroup[] groups)voidInitializes a new instance of the OperatorGroupList class.

Methods

NameTypeDescription
FindByName(string groupName)OperatorGroupFinds the OperatorGroup by its name.