Class QuoteAlternativeContextInfo
QuoteAlternativeContextInfo contains all the information for communicating with the ERP connector. It contains information about the quote with a single alternative.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteAlternativeContextInfo : QuoteContextInfo
Constructors
QuoteAlternativeContextInfo()
QuoteAlternativeContextInfo contains all the information for communicating with the ERP connector. It contains information about the quote with a single alternative.
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 |