Document Property ID Constants are settings to affect the
behavior of how a document is processed.
Property_Version (0) – Get only.Version
of the component.
Property_ForcedErrors
(1) – List of errors that will generate a severe error and cause operation to
stop. The list of errors are specified in a string with the error numbers
delimited by a semi-colon. Example, "6016;12321;13814".
Property_SuppressedErrors
(2) – List of errors that are suppressed and prevent the component from
reporting. The list of errors are specified in a string with the error numbers
delimited by a semi-colon. Example, "6016;12321;13814".
Property_TemporaryPath
(3) – The temporary path to be used by the component.
Property_DocumentIsDirty
(4) – Indicates if data element value has changed.
Property_CharacterRepertoire
(5) – Specifies the character repertoire to use.
Property_ApplicationPath
(6) – Gets the path that the component is physically located in. (Get Only)
Property_XmlTagDataSegment
(7) – Specifies the tag name of the data segment of a Xml document containing
the EDI data. Default value is "SegmentRef".
Property_XmlTagDataElement
(8) – Specifies the tag name of the data element of a Xml document containing
the EDI data. Default value is "Element".
Property_XmlTagCompositeElm
(9) – Specifies the tag name of the composite element of a Xml document
containing the EDI data. Default value is "Composite".
Property_DefaultOutputType (10) – The default
output type
of an EDI document to be saved to disk. Default is Binary.
Property_StartIMailbagControlNum
(11) – Starting control number of the first Interconnect Mailbag entity to be
created in the EDI document. Applicable to ASC/X12 only. Default is
1.
Property_StartInterchangeControlNum
(12) – Starting control number of the first Interchange entity to be created in
the EDI document. Default is 1.
Property_StartGroupControlNum
(13) – Starting control number of the first Functional Group to be created
within the context of an Interchange. Default is 1.
Property_StartTransactionSetControlNum
(14) – Starting control number of the first Transaction Set (ASC/X12) or
Message (UN/EDIFACT) to be created within the context of the Functional Group
or Interchange. Default value is 1.
Property_CrLfString (20) – Sequence of characters that
represent a line feed in the EDI document. These are the
characters recognized when using the OptDocument_LineFeed
option. If not specified, the default sequence {13:10} is
used.
Property_IgnoreString (21) – Sequence of characters to
ignore in the EDI document.
Property_EncodeAsciiBaudot (100) - Specifies the
Ascii-Baudot type Default is USTTY.
Property_CursorType (1000) – Specifies the
cursor type
to use. Default is Dynamic.
Property_PagingSystemBufferIO
(1001) – Paging system buffer disk IO in KB.
Property_DocumentBufferIO
(1002) – Document read and write buffer disk IO in KB.
Property_ControlAgency (1003) – Indicates under what
EDI controlling agency standard the document follows: ASC/X12 is
1; UN/EDIFACT is 2; otherwise the property is 0.
Property_RAMPagingObjectsPercent
(2000) – Percent of the threshold value number that the number of objects will
be paged to disk at a time.
Property_RAMObjectGroupsThreshold
(2001) – Maximum number of objects the Group can cache in RAM memory.
Property_RAMObjectIChangesThreshold
(2002) – Maximum number of objects the Interchange can cache in RAM memory.
Property_RAMObjectIConnectsThreshold
(2003) – Maximum number of objects the Interconnect Mailbag can cache in RAM
memory.
Property_RAMObjectSchemasThreshold
(2004) - Maximum number of Schema objects that can be cached in RAM memory.
Property_RAMObjectTransportsThreshold
(2005) - Maximum number of Transport objects that can be cached in RAM memory.
Property_RAMObjectWarningsThreshold (2006)-
Maximum number of Warning objects that can be cached in RAM memory..
Property_RAMObjectSegmentsThreshold
(2007) - Maximum number of Data Segments that can be cached in RAM memory.
Property_RAMObjectTopDocThreshold
(2008) - Maximum number of Interconnect Mailbags or Interchanges that can be
cached in RAM memory.
Property_RAMObjectSecuritiesThreshold
(2009) - Maximum number of Security Tokens that can be cached in RAM memory.
Property_Execution_Log (4001) - Full file path to log the internal
execution.
The Property method in the ediDocument interface set or gets
the property value.