Class QuoteAlternativeWithLinesInfo
Sometimes, when we work in context of an alternative, we need all the alternatives. We then use an array of this class.
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteAlternativeWithLinesInfo
Constructors
QuoteAlternativeWithLinesInfo()
Constructor
Declaration
public QuoteAlternativeWithLinesInfo()
Properties
CRMAlternative
Read + Write alternative information.
Declaration
public QuoteAlternativeInfo CRMAlternative { get; set; }
Property Value
Type | Description |
---|---|
QuoteAlternativeInfo |
CRMQuoteLines
The quotelines that the alternative consists of.
Declaration
public QuoteLineInfo[] CRMQuoteLines { get; set; }
Property Value
Type | Description |
---|---|
QuoteLineInfo[] |