Skip to content

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

TypeNameDescription
DataModelModelGets the model.

Methods

TypeNameDescription
voidInsertItem(Int32 index, Operand item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidLoadFromXmlReader(XmlReader reader)Loads operand list form XML.
voidSaveToXmlWriter(XmlWriter writer)Saves operand list to XML.