ERPConnect.Queries.RangeCollection
Namespace: ERPConnect.Queries
Assembly: ERPConnectStandard20.dll
This class repesents a collection of Range objects
Inheritance
object ← CollectionBase ← RangeCollection
Implements
IList, ICollection, IEnumerable
Inherited Members
CollectionBase.Clear(), CollectionBase.RemoveAt(int), CollectionBase.GetEnumerator(), CollectionBase.OnSet(int, object, object), CollectionBase.OnInsert(int, object), CollectionBase.OnClear(), CollectionBase.OnRemove(int, object), CollectionBase.OnValidate(object), CollectionBase.OnSetComplete(int, object, object), CollectionBase.OnInsertComplete(int, object), CollectionBase.OnClearComplete(), CollectionBase.OnRemoveComplete(int, object), CollectionBase.InnerList, CollectionBase.List, CollectionBase.Capacity, CollectionBase.Count, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RangeCollection()
Properties
this[int]
Returns the Range object at the given index
Property Value
Methods
Add(Range)
Adds a new Range object to the collection
Parameters
NewParameter Range
The Range object to be added
Add(Sign, RangeOption, string, string)
Creates a new Range object and adds it to the collection
Parameters
Sign Sign
Sign (e.g. Include)
Option RangeOption
Option (e.g. Between)
LowValue string
The low value of the Range object
HighValue string
The high value of the Range object
Add(Sign, RangeOption, string)
Creates a new Range object and adds it to the collection
Parameters
Sign Sign
Sign (e.g. Include)
Option RangeOption
Option (e.g. Between)
Value string
The value of the Range object
Add(string)
Creates a new Range object and adds it to the collection
Parameters
Value string
Value