operatorlist-class
Represents list of operators.
public class Korzh.EasyQuery.OperatorList
: Collection<Operator>
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
OperatorList() | void |
Methods
Name | Type | Description |
---|---|---|
AddById(DataModel model, String[] ids) | void | Adds operator(s) by its (their) ID(s). |
AddByIDs(DataModel model, string ids) | void | Adds operators 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. |