WriteQuotationLineResult Class |
Represents a result returned while writing quotation line.
Inheritance Hierarchy
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: 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
<SerializableAttribute>
Public Class WriteQuotationLineResult
Inherits WebCrmResult
[SerializableAttribute]
public ref class WriteQuotationLineResult : public WebCrmResult
[<SerializableAttribute>]
type WriteQuotationLineResult =
class
inherit WebCrmResult
end
The WriteQuotationLineResult type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | ID |
Gets or sets the quotation line id number of current result.
|
Top
See Also