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
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top