Click or drag to resize
WriteQuotationLineResult Class
Represents a result returned while writing quotation line.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesWriteQuotationLineResult

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
[SerializableAttribute]
public class WriteQuotationLineResult : WebCrmResult

The WriteQuotationLineResult type exposes the following members.

Constructors
  NameDescription
Public methodWriteQuotationLineResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyID
Gets or sets the quotation line id number of current result.
Top
See Also