ERPConnect.Idocs.IdocSegmentField
Namespace: ERPConnect.Idocs
Assembly: ERPConnectStandard20.dll
Represent a single field of a segment
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
IdocSegmentField()
Initiliazes an IdocSegmentFiled object
IdocSegmentField(string)
Initiliazes an IdocSegmentFiled object
Parameters
Name string
Name of Idoc segment field
IdocSegmentField(string, string, int, int, string, object)
initilizes an IdocSegmentFiled object
public IdocSegmentField(string Name, string Description, int Length, int Offset, string DataType, object FieldValue)
Parameters
Name string
Name of the segment field
Description string
Description of the segment field
Length int
Length of the segment field
Offset int
Offset in data buffer of the segment field
DataType string
Data type of the segment field
FieldValue object
The value
Properties
DataType
Data type (e.g. CHAR, NUMC ...)
Property Value
Description
Description as defined in the DDIC
Property Value
ExternalLength
Output Length
Property Value
FieldName
Field Name
Property Value
FieldValue
Object that contains the data of the field (in most cases this is a string)
Property Value
OffsetInBuffer
Index of first byte
Property Value
Methods
Clone()
Creates a copy of the current object
Returns
The cloned IdocSegemntField object