Click or drag to resize
OpportunityData Class
Represents opportuniry and delivery data.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesOpportunityData

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 OpportunityData

The OpportunityData type exposes the following members.

Constructors
  NameDescription
Public methodOpportunityData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyDateTime
Gets or sets date and time components of the OpportunityData object.
Public propertyDeliveryRisk
Gets or sets the delivery risk of the opportunity.
Public propertyDeliveryStatus
Gets or sets the delivery status of the opportunity.
Public propertyDescription
Gets or sets the opportunity description.
Public propertyNumber
Gets or sets the number of the opportunity.
Public propertyPipelineLevel
Gets or sets the pipeline level of the opportunity.
Public propertyProduct
Gets or sets the name of the opportunity product.
Public propertyValue
Gets or sets the value of the opportunity.
Top
See Also