Show / Hide Table of Contents

Class QuoteConnectorBase.ConfigNames

Names of different situations that the list price can end up in that the Quote Connector needs to respond to. Used for referring to the configuration settings in the SuperOffice Quote Connector. GetQuoteStatusInfo(String) for usage.

Inheritance
Object
QuoteConnectorBase.ConfigNames
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
protected class ConfigNames

Constructors

ConfigNames()

Declaration
public ConfigNames()

Fields

Assortment

Product is not active in list-price any more

Declaration
public const string Assortment = "assortment"
Field Value
Type Description
String

BelowCost

Discounted price for quote line is below the cost price for this product.

Declaration
public const string BelowCost = "belowcost"
Field Value
Type Description
String

BelowMinPrice

Discounted price for quote line is below the minimum price for this product.

Declaration
public const string BelowMinPrice = "belowminprice"
Field Value
Type Description
String

Expired

Price list that product is in is now expired, no longer active.

Declaration
public const string Expired = "expired"
Field Value
Type Description
String

Negative

Total price for quote line is below zero

Declaration
public const string Negative = "negative"
Field Value
Type Description
String

Zero

Total price for quote line is zero

Declaration
public const string Zero = "zero"
Field Value
Type Description
String

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 |  Back to top