Class QuoteAlternativeRecalculatedInfo
Describes the changes done while recalculating the quote alternative
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteAlternativeRecalculatedInfo : Object
Constructors
QuoteAlternativeRecalculatedInfo()
Describes the changes done while recalculating the quote alternative
Declaration
public QuoteAlternativeRecalculatedInfo()
Properties
Added
Ids of added quote lines
Declaration
public int[] Added { get; set; }
Property Value
Type | Description |
---|---|
Int32[] |
Changed
Ids of changed quote lines
Declaration
public int[] Changed { get; set; }
Property Value
Type | Description |
---|---|
Int32[] |
ChangedQuoteAlternative
Information about the alternative itself
Declaration
public QuoteAlternativeInfo ChangedQuoteAlternative { get; set; }
Property Value
Type | Description |
---|---|
QuoteAlternativeInfo |
Deleted
Ids of deleted quotelines
Declaration
public int[] Deleted { get; set; }
Property Value
Type | Description |
---|---|
Int32[] |
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)