X12ProcessingSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The X12 processing settings.
public class X12ProcessingSettings
type X12ProcessingSettings = class
Public Class X12ProcessingSettings
- Inheritance
-
X12ProcessingSettings
Constructors
X12ProcessingSettings() |
Initializes a new instance of the X12ProcessingSettings class. |
X12ProcessingSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of the X12ProcessingSettings class. |
Properties
ConvertImpliedDecimal |
Gets or sets the value indicating whether to convert numerical type to implied decimal. |
CreateEmptyXmlTagsForTrailingSeparators |
Gets or sets the value indicating whether to create empty xml tags for trailing separators. |
MaskSecurityInfo |
Gets or sets the value indicating whether to mask security information. |
PreserveInterchange |
Gets or sets the value indicating whether to preserve interchange. |
SuspendInterchangeOnError |
Gets or sets the value indicating whether to suspend interchange on error. |
UseDotAsDecimalSeparator |
Gets or sets the value indicating whether to use dot as decimal separator. |
Methods
Validate() |
Validate the object. |