OrderParserLine ClassebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Class used for extracting parser results for an order line.
Inheritance Hierarchy

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)
Syntax

public class OrderParserLine

The OrderParserLine type exposes the following members.

Constructors

  NameDescription
Public methodOrderParserLine 
Creates an empty instance. Internal use.
Public methodOrderParserLine(Int32)
Creates an instance with a line reference. Internal use.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAccountingCost
Accounting cost as specified.
Public propertyAccountingCostPairs
Get accounting cost on order, on line level. Split into parts based on delimeter ##.
Public propertyAccountingCosts
Get accounting cost on order, on line level. Split into parts based on delimeter ##.
Public propertyAdditionalItemPropertyPairs
Get additional item properties
Public propertyDescription
Product description, if applicable.
Public propertyDiscountAmount
Returns the amount discount, zero if no discount or discount specified as percent.
Public propertyDiscountPercent
Returns the percent discount, zero if not discount or discount specified as an amount.
Public propertyItemNo
Item number for the product.
Public propertyLineExtensionAmount
Total line amount without tax.
Public propertyName
Name for the product.
Public propertyNotes
Specific notes (free text) applied to the order line. Broken down into line segments, if detected.
Public propertyNotesText
Specific notes (free text) applied to the order line. May be seperated by line break characters or HTML formated line breaks.
Public propertyPriceAmount
Unit price without tax.
Public propertyQuantity
Invoiced quantity.
Public propertyUnitCode
Unit code in raw formatm, according to the UBL 2.0 code lists http://www.unimaze.com/unit+of+measure+code.aspx for reference.
Top
See Also