Click or drag to resize
WriteQuotationLinesResult Class
Represents result of the WriteQuotationLinesResult method provided by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesWriteQuotationLinesResult

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 WriteQuotationLinesResult : WebCrmResult

The WriteQuotationLinesResult type exposes the following members.

Constructors
  NameDescription
Public methodWriteQuotationLinesResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the amount of written quotation lines.
Public propertyResults
Gets or sets the array of write result for each processed quotation line.
Top
See Also