Represents a group of operators
public class Korzh.EasyQuery.OperatorGroup
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
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
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
Name | Type | Description |
---|---|---|
ToString() | string |
Returns a |