Click or drag to resize
QuotationLine Class
Represents quotation line data.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesQuotationLine

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public class QuotationLine

The QuotationLine type exposes the following members.

Constructors
  NameDescription
Public methodQuotationLine
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyComment
Comment.
Public propertyCostPrice
Cost price.
Public propertyData1
Data fields.
Public propertyData2
Data field #2.
Public propertyData3
Data field #3.
Public propertyData4
Data field #4.
Public propertyData5
Data field #5.
Public propertyData6
Data field #6.
Public propertyData7
Data field #7.
Public propertyData8
Data field #8.
Public propertyData9
Data field #9.
Public propertyDiscount
Price discount.
Public propertyId
Quotation line ID.
Public propertyListPrice
List price.
Public propertyMemo
Memo field.
Public propertyOpportunityId
Opportunity ID.
Public propertyOrganisationId
Organisation ID.
Public propertyPersonId
Person ID.
Public propertyPrice
Base price.
Public propertyQuantity
Available quantity.
Public propertyStockStatus
Stock status.
Public propertyVatPercentage
VAT percentage.
Top
See Also