Show / Hide Table of Contents

Class QuoteAlternativeRecalculatedHelper

This class is used to keep track of changes in an alternative and quotelines after a call to a quote connector.

Inheritance
Object
QuoteAlternativeRecalculatedHelper
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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top