Skip to content

ERPConnect.Queries.RangeCollection

Namespace: ERPConnect.Queries
Assembly: ERPConnectStandard20.dll

This class repesents a collection of Range objects

public class RangeCollection : CollectionBase, IList, ICollection, IEnumerable

Inheritance

objectCollectionBaseRangeCollection

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()

public RangeCollection()

Properties

this[int]

Returns the Range object at the given index

public virtual Range this[int Index] { get; set; }

Property Value

Range

Methods

Add(Range)

Adds a new Range object to the collection

public virtual void Add(Range NewParameter)

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

public virtual void Add(Sign Sign, RangeOption Option, string LowValue, string HighValue)

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

public virtual void Add(Sign Sign, RangeOption Option, string Value)

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

public virtual void Add(string Value)

Parameters

Value string

Value