Class QuoteVersionRecalculated
Carrier object for QuoteVersionRecalculated. Services for the QuoteVersionRecalculated Carrier is available from the Quote Agent.
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class QuoteVersionRecalculated : Carrier
Constructors
QuoteVersionRecalculated()
Default constructor
Declaration
public QuoteVersionRecalculated()
Properties
ChangedQuote
The recalculated version is a member of Quote
Declaration
[DataMember]
public Quote ChangedQuote { get; set; }
Property Value
Type | Description |
---|---|
Quote |
ChangedQuoteAlternatives
The changed QuoteAlternatives
Declaration
[DataMember]
public QuoteAlternativeRecalculated[] ChangedQuoteAlternatives { get; set; }
Property Value
Type | Description |
---|---|
QuoteAlternativeRecalculated[] |
ChangedQuoteVersion
The recalculated QuoteVersion
Declaration
[DataMember]
public QuoteVersion ChangedQuoteVersion { get; set; }
Property Value
Type | Description |
---|---|
QuoteVersion |
ChangedSale
If the sale has been changed, the carrier will be added.
Declaration
[DataMember]
public Sale ChangedSale { get; set; }
Property Value
Type | Description |
---|---|
Sale |
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
string | The carrier contents. |