ERPConnect.RFCStructure
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
RFCStructure object represent a real structure or a row in a RFC table
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCStructure()
Initializes a new RFCStructure object
RFCStructure(RFCTableColumnCollection)
Constructs a new RFCStructure. The structure is defined by the RFCTableColumnCollection
Parameters
columns
RFCTableColumnCollection
A RFCTableColumnCollections
Properties
Columns
Returns a RFCTableColumn collection
Property Value
Length
returns the overall width of a structured Type
Property Value
this[int]
Returns the value of a structure element by providing the index of element
Property Value
this[string]
Returns the value of a structure element by providing the name of element
Property Value
Methods
CopyValues(RFCStructure)
Sets all values that have a matching column name
Parameters
copyFrom
RFCStructure
IsStructure(string)
Returns whether a component of a structure is a structure
Parameters
componentName
string
Name of the component
Returns
IsStructure(int)
Returns wether a component of a structure is a structure
Parameters
componentIndex
int
Index of the component
Returns
IsTable(string)
Returns whether a component of a structure is a table
Parameters
componentName
string
Name of the component
Returns
IsTable(int)
Returns whether a component of a structure is a table
Parameters
componentIndex
int
Index of the component
Returns
SetValueInternal(int, object)
Sets the parameter value for a structure element directly without any checks or conversions
Parameters
index
int
value
object
ToStructure(string)
Converts a component of the structure to RFCStructure
Parameters
componentName
string
Name of the component
Returns
Component converted to RFCStructure
ToStructure(int)
Converts a component of the structure to RFCStructure
Parameters
componentIndex
int
Index of the component
Returns
Component converted to RFCStructure
ToTable(string)
Converts a component of the structure to RFCTable
Parameters
componentName
string
Name of the component
Returns
Component converted to RFCTable
ToTable(int)
Converts a component of the structure to RFCTable
Parameters
componentIndex
int
Index of the component
Returns
Component converted to RFCTable