Class QuoteAlternativeRecalculatedHelper
This class is used to keep track of changes in an alternative and quotelines after a call to a quote connector.
Inherited Members
Namespace: SuperOffice.CRM.Sale
Assembly: SoDataBase.dll
Syntax
public class QuoteAlternativeRecalculatedHelper
Constructors
QuoteAlternativeRecalculatedHelper()
This class is used to keep track of changes in an alternative and quotelines after a call to a quote connector.
Declaration
public QuoteAlternativeRecalculatedHelper()
Properties
Added
This class is used to keep track of changes in an alternative and quotelines after a call to a quote connector.
Declaration
public QuoteLineRows Added { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteLineRows |
Changed
This class is used to keep track of changes in an alternative and quotelines after a call to a quote connector.
Declaration
public QuoteLineRows Changed { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteLineRows |
Deleted
Ids of deleted quotelines
Declaration
public QuoteLineRows Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteLineRows |
QuoteAlternative
The recalculated alternative is a member of QuoteVersion
Declaration
public QuoteAlternativeInfo QuoteAlternative { get; set; }
Property Value
| Type | Description |
|---|---|
| QuoteAlternativeInfo |
QuoteAlternativeHasChanged
If true the returned QuoteAlternative has been changed.
Declaration
public bool QuoteAlternativeHasChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
QuoteLinesHasChanged
If true any of the quotelines for the alternative has been changed.
Declaration
public bool QuoteLinesHasChanged { get; }
Property Value
| Type | Description |
|---|---|
| bool |