ERPConnect.RFCStructureCollection
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
Collection over RFCStruture objects which represents a row of a table
public sealed class RFCStructureCollection : IList<RFCStructure>, ICollection<RFCStructure>, IEnumerable<RFCStructure>, IEnumerable
Inheritance
object ← RFCStructureCollection
Implements
IList<RFCStructure>, ICollection<RFCStructure>, IEnumerable<RFCStructure>, IEnumerable
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCStructureCollection(RFCTableColumnCollection)
Parameters
columns
RFCTableColumnCollection
RFCStructureCollection()
Properties
Capacity
Property Value
Count
Property Value
this[int]
Returns a RFCStructure object
Property Value
this[int, int]
Returns the value at a given position in the table (index of the row and index the column)
Property Value
this[int, string]
Returns the value at a given position in the table (index of the row and name of the column)
Property Value
Methods
Add(RFCStructure)
Adds a new Item to the Collection
Parameters
newStructure
RFCStructure
RFCStructure to be added
Add()
Creates a new RFCStructure object and adds it to the collection.
Returns
A RFCStructure object which represents a new table row
Clear()
Contains(RFCStructure)
Parameters
item
RFCStructure
Returns
CopyTo(RFCStructure[], int)
Parameters
array
RFCStructure[]
arrayIndex
int
GetEnumerator()
Returns
IndexOf(RFCStructure)
Parameters
item
RFCStructure
Returns
Insert(int, RFCStructure)
Parameters
index
int
item
RFCStructure
Remove(RFCStructure)
Parameters
item
RFCStructure
Returns
RemoveAt(int)
Parameters
index
int