Show / Hide Table of Contents

Class QuoteStatus

The state of a quote-alternative or line: Ok / OkWithInfo / Warn / Error This Enum is used by: QuoteVersion.Status; QuoteAlternative.Status; QuoteLine.Status

Inheritance
System.Object
QuoteStatus
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class QuoteStatus : Enum

Fields

Error

3: There is a problem that the system will not be able to get around. The user needs to do something. Example: The user has registered a quoteline that is discountinued and the amount the user has registered is not in stock.

Declaration
public const QuoteStatus Error
Field Value
Type Description
QuoteStatus

Ok

0: OK, all is good

Declaration
public const QuoteStatus Ok
Field Value
Type Description
QuoteStatus

OkWithInfo

1: All is good, but there is some additional information that the user should be made aware of.

Declaration
public const QuoteStatus OkWithInfo
Field Value
Type Description
QuoteStatus

value__

Declaration
public short value__
Field Value
Type Description
System.Int16

Warning

2: There is a problem that the user must be made aware of.

Declaration
public const QuoteStatus Warning
Field Value
Type Description
QuoteStatus

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top