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

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

The WritePossibleQuotationsResult type exposes the following members.

Constructors
  NameDescription
Public methodWritePossibleQuotationsResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the amount of written possible quotations.
Top
See Also