Skip to main content

operatorgroup-class

Represents a group of operators

public class Korzh.EasyQuery.OperatorGroup

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
OperatorGroup(string groupName, DataType[] appliedTypes)voidInitializes a new instance of the OperatorGroup class.
OperatorGroup(string groupName, DataTypeList appliedTypes)voidInitializes a new instance of the OperatorGroup class.

Properties

NameTypeDescription
AppliedTypesDataTypeListGets the list of applied types for this operator.
NamestringGets or sets the name of the group.

Methods

NameTypeDescription
ToString()stringReturns a that represents the current .