Skip to content

ERPConnect.IncludeStructure

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

Represents an include structure within a structure

public sealed class IncludeStructure

Inheritance

objectIncludeStructure

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

public IncludeStructure(int firstElementIndex, string structureName, int elementsCount)

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

public int ElementsCount { get; }

Property Value

int

FirstElementIndex

Gets the index of the first element of the include structure

public int FirstElementIndex { get; }

Property Value

int

LastElementIndex

Gets the index of the last element of the include structure

public int LastElementIndex { get; }

Property Value

int

StructureName

Gets the DDIC name of the include structure

public string StructureName { get; }

Property Value

string