Show / Hide Table of Contents

Class QuoteAlternativeRecalculatedInfo

Describes the changes done while recalculating the quote alternative

Inheritance
System.Object
QuoteAlternativeRecalculatedInfo
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteAlternativeRecalculatedInfo : Object

Constructors

QuoteAlternativeRecalculatedInfo()

Declaration
public QuoteAlternativeRecalculatedInfo()

Properties

Added

Ids of added quote lines

Declaration
public int[] Added { get; set; }
Property Value
Type Description
System.Int32[]

Changed

Ids of changed quote lines

Declaration
public int[] Changed { get; set; }
Property Value
Type Description
System.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
System.Int32[]

QuoteLinesHasChanged

If true any of the quotelines for the alternative has been changed.

Declaration
public bool QuoteLinesHasChanged { get; }
Property Value
Type Description
System.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