Skip to content

ERPConnect.Utils.BatchReturnCollection

Namespace: ERPConnect.Utils
Assembly: ERPConnectStandard20.dll

Collection of BatchReturn objects

public class BatchReturnCollection : CollectionBase, IList, ICollection, IEnumerable

Inheritance

objectCollectionBaseBatchReturnCollection

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

BatchReturnCollection()

public BatchReturnCollection()

Properties

this[int]

Returns a BatchReturn object at a given position

public virtual BatchReturn this[int Index] { get; }

Property Value

BatchReturn

Methods

Add(BatchReturn)

Adds a new BatchReturn object to the collection.

public virtual void Add(BatchReturn NewBatchReturn)

Parameters

NewBatchReturn BatchReturn

The BatchReturn object to be added