Show / Hide Table of Contents

Class QuoteVersionContextInfo

QuoteAlternativeContextInfo contains all the information for communicating with the ERP connector. It contains information about the quote with a version and all its alternatives.

Inheritance
Object
QuoteContextInfo
QuoteVersionContextInfo
Inherited Members
QuoteContextInfo.Assign(QuoteContextInfo)
QuoteContextInfo.CRMAssociate
QuoteContextInfo.CRMCompany
QuoteContextInfo.CRMPerson
QuoteContextInfo.CRMProject
QuoteContextInfo.CRMSale
QuoteContextInfo.CRMForeignKeys
QuoteContextInfo.CRMQuote
QuoteContextInfo.CRMQuoteVersion
QuoteContextInfo.InvoiceAddress
QuoteContextInfo.DeliveryAddress
QuoteContextInfo.EISConnectionId
QuoteContextInfo.EISConnectionGuid
QuoteContextInfo.ERPCompanyKey
QuoteContextInfo.ERPPersonKey
QuoteContextInfo.ERPProjectKey
QuoteContextInfo.ERPSaleKey
QuoteContextInfo.UserLanguageCode
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteVersionContextInfo : QuoteContextInfo

Constructors

QuoteVersionContextInfo()

QuoteAlternativeContextInfo contains all the information for communicating with the ERP connector. It contains information about the quote with a version and all its alternatives.

Declaration
public QuoteVersionContextInfo()

Properties

CRMAlternativesWithLines

Collection of QuoteAlternativeWithLinesInfo which contains information about several alternatives with quotelines.

Declaration
public QuoteAlternativeWithLinesInfo[] CRMAlternativesWithLines { get; set; }
Property Value
Type Description
QuoteAlternativeWithLinesInfo[]

Methods

Assign(QuoteVersionContextInfo)

Will copy the values of the src into this.

Declaration
public virtual void Assign(QuoteVersionContextInfo src)
Parameters
Type Name Description
QuoteVersionContextInfo src

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