OperatorGroup class
Represents a group of operators
public class Korzh.EasyQuery.OperatorGroup
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
OperatorGroup(string groupName, DataType[] appliedTypes) | void | Initializes a new instance of the OperatorGroup class. |
OperatorGroup(string groupName, DataTypeList appliedTypes) | void | Initializes a new instance of the OperatorGroup class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
AppliedTypes | DataTypeList | Gets the list of applied types for this operator. |
Name | string | Gets or sets the name of the group. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
ToString() | string | Returns a |