Show / Hide Table of Contents

Class QuoteAlternativeWithLinesInfo

Sometimes, when we work in context of an alternative, we need all the alternatives. We then use an array of this class.

Inheritance
Object
QuoteAlternativeWithLinesInfo
Inherited Members
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 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[]

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