Skip to content

ERPConnect.Utils.ReadTableFieldCollection

Namespace: ERPConnect.Utils
Assembly: ERPConnectStandard20.dll

Represents a collection of ReadTableField objects

public sealed class ReadTableFieldCollection : CollectionBase, IList, ICollection, IEnumerable

Inheritance

objectCollectionBaseReadTableFieldCollection

Implements

IList, ICollection, IEnumerable

Inherited Members

CollectionBase.Clear(), CollectionBase.RemoveAt(int), CollectionBase.GetEnumerator(), CollectionBase.Capacity, CollectionBase.Count, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ReadTableFieldCollection()

public ReadTableFieldCollection()

Properties

this[int]

Returns the ReadTableField object at the given position

public ReadTableField this[int index] { get; set; }

Property Value

ReadTableField

Methods

Add(ReadTableField)

Adds a new ReadTableField object to the collection

public void Add(ReadTableField field)

Parameters

field ReadTableField

The ReadTableField object to be added