OperandList class
Represents list of operands.
public class Korzh.EasyQuery.OperandList : Collection<Operand>, IList<Operand>, ICollection<Operand>, IEnumerable<Operand>, IEnumerable, IList, ICollection, IReadOnlyList<Operand>, IReadOnlyCollection<Operand>
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
DataModel | Model | Gets the model. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | InsertItem(Int32 index, Operand item) | Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
void | LoadFromXmlReader(XmlReader reader) | Loads operand list form XML. |
void | SaveToXmlWriter(XmlWriter writer) | Saves operand list to XML. |