ERPConnect.RFCServerFunctionCollection
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
A set of RFCServerFunction objects
public sealed class RFCServerFunctionCollection : IList<RFCServerFunction>, ICollection<RFCServerFunction>, IEnumerable<RFCServerFunction>, IEnumerable
Inheritance
object ← RFCServerFunctionCollection
Implements
IList<RFCServerFunction>, ICollection<RFCServerFunction>, IEnumerable<RFCServerFunction>, IEnumerable
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCServerFunctionCollection()
Properties
Count
Property Value
this[int]
Property Value
this[string]
Property Value
Methods
Add(RFCServerFunction)
Adds a new Item to the Collection
Parameters
rfcServerFunction
RFCServerFunction
RFCServerFunction to be added
Add(string)
Adds a new function object to the collection
Parameters
functionName
string
Name of the function module to be added
Returns
A newly created RFCServerFunction object
Clear()
Contains(RFCServerFunction)
Parameters
item
RFCServerFunction
Returns
Contains(string)
Parameters
name
string
Returns
CopyTo(RFCServerFunction[], int)
Parameters
array
RFCServerFunction[]
arrayIndex
int
GetEnumerator()
Returns
IEnumerator<RFCServerFunction>
IndexOf(RFCServerFunction)
Parameters
item
RFCServerFunction
Returns
Insert(int, RFCServerFunction)
Parameters
index
int
item
RFCServerFunction
Remove(RFCServerFunction)
Parameters
item
RFCServerFunction
Returns
RemoveAt(int)
Parameters
index
int
RemoveAt(string)
Parameters
name
string