Represents list of operators.
public class Korzh.EasyQuery.OperatorList
: Collection<Operator>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
OperatorList() | void |
Methods
Name | Type | Description |
---|---|---|
AddByIDs(DataModel model, string ids) |
void |
Adds opereators by theirs IDs stored in comma-delimited string. |
CopyFrom(OperatorList operators) | void |
Copies operators from another list. |
FindById(string opid) |
Operator | Finds operator by its ID. |
FindByID(string opid) |
Operator | Finds operator by its ID. |
IndexById(string opid) |
int |
Find operator's index by ID. |
RemoveByIDs(DataModel model, string ids) |
void |
Removes opereators by theirs IDs stored in comma-delimited string. |