Show / Hide Table of Contents

Class QuoteAlternativeRecalculatedInfo

Describes the changes done while recalculating the quote alternative

Inheritance
object
QuoteAlternativeRecalculatedInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteAlternativeRecalculatedInfo

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
int[]

Changed

Ids of changed quote lines

Declaration
public int[] Changed { get; set; }
Property Value
Type Description
int[]

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
int[]

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