ERPConnect.IncludeStructure
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
Represents an include structure within a structure
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
IncludeStructure(int, string, int)
Initializes a new instance of the IncludeStructure class
Parameters
firstElementIndex
int
First element of the include structure
structureName
string
DDIC name of the include structure
elementsCount
int
Number of elements of the include structure
Properties
ElementsCount
Gets the number of elements of the include structure
Property Value
FirstElementIndex
Gets the index of the first element of the include structure
Property Value
LastElementIndex
Gets the index of the last element of the include structure
Property Value
StructureName
Gets the DDIC name of the include structure