OperatorList class
OperatorList class
Section titled “OperatorList class”Represents list of operators.
public class Korzh.EasyQuery.OperatorList    : Collection<Operator>, IList<Operator>, ICollection<Operator>, IEnumerable<Operator>, IEnumerable, IList, ICollection, IReadOnlyList<Operator>, IReadOnlyCollection<Operator>Methods
Section titled “Methods”| Type | Name | Description | 
|---|---|---|
| void | AddByIDs( DataModelmodel,Stringids) | Adds opereators by theirs IDs stored in comma-delimited string. | 
| void | CopyFrom( OperatorListoperators) | Copies operators from another list. | 
| Operator | FindByID( StringOpID) | Finds the operator by ID. | 
| Int32 | IndexByID( StringOpID) | Find operator list index by ID. | 
| void | RemoveByIDs( DataModelmodel,Stringids) | Removes opereators by theirs IDs stored in comma-delimited string. | 
| void | SaveToXmlWriter( XmlWriterwriter) | Saves to XML writer. | 
 
 