Show / Hide Table of Contents

Class QuoteAlternativeContextInfo

QuoteAlternativeContextInfo contains all the information for communicating with the ERP connector. It contains information about the quote with a single alternative.

Inheritance
Object
QuoteContextInfo
QuoteAlternativeContextInfo
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
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 QuoteAlternativeContextInfo : QuoteContextInfo

Constructors

QuoteAlternativeContextInfo()

Declaration
public QuoteAlternativeContextInfo()

Properties

CRMAlternativeWithLines

Read + Write alternative information.

This is the active alternative

Declaration
public QuoteAlternativeWithLinesInfo CRMAlternativeWithLines { get; set; }
Property Value
Type Description
QuoteAlternativeWithLinesInfo

Methods

Assign(QuoteAlternativeContextInfo)

Will copy the values of the src into this.

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

Assign(QuoteVersionContextInfo, QuoteAlternativeWithLinesInfo)

Will copy the values of the src and the alt into this.

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

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