Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
System Object
Unimaze.Composer.Tools OrderParserLine
Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Top
Top
Top
Class used for extracting parser results for an order line.
Inheritance Hierarchy
Unimaze.Composer.Tools OrderParserLine
Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax
The OrderParserLine type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OrderParserLine |
Creates an empty instance. Internal use.
| |
| OrderParserLine(Int32) |
Creates an instance with a line reference. Internal use.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccountingCost |
Accounting cost as specified.
| |
| AccountingCostPairs |
Get accounting cost on order, on line level. Split into parts based on delimeter ##.
| |
| AccountingCosts |
Get accounting cost on order, on line level. Split into parts based on delimeter ##.
| |
| AdditionalItemPropertyPairs |
Get additional item properties
| |
| Description |
Product description, if applicable.
| |
| DiscountAmount |
Returns the amount discount, zero if no discount or discount specified as percent.
| |
| DiscountPercent |
Returns the percent discount, zero if not discount or discount specified as an amount.
| |
| ItemNo |
Item number for the product.
| |
| LineExtensionAmount |
Total line amount without tax.
| |
| Name |
Name for the product.
| |
| Notes |
Specific notes (free text) applied to the order line. Broken down into line segments, if detected.
| |
| NotesText |
Specific notes (free text) applied to the order line. May be seperated by line break characters or HTML formated line breaks. | |
| PriceAmount |
Unit price without tax.
| |
| Quantity |
Invoiced quantity.
| |
| UnitCode |
Unit code in raw formatm, according to the UBL 2.0 code lists http://www.unimaze.com/unit+of+measure+code.aspx for reference.
|
See Also