Class QuoteAlternativeRecalculatedHelper
This class is used to keep track of changes in an alternative and quotelines after a call to a quote connector.
Namespace: SuperOffice.CRM.Sale
Assembly: SoDataBase.dll
Syntax
public class QuoteAlternativeRecalculatedHelper : Object
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 |
---|---|
Boolean |
QuoteLinesHasChanged
If true any of the quotelines for the alternative has been changed.
Declaration
public bool QuoteLinesHasChanged { get; }
Property Value
Type | Description |
---|---|
Boolean |
Extension Methods
EnumUtil.MapEnums<From, To>(From)