Skip to main content

Class QuoteVersionStatusInformation

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for QuoteVersionStatusInformation. Information about possible button actions for the quote version dialog.

Inheritance

objectCarrierQuoteVersionStatusInformation

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

QuoteVersionStatusInformation()

Default constructor - defaults any enum props to 0.

Properties

DisplayMessage

Generated error message for the Quote Version. Will check for errors on quote lines, alternatives and the version itself.

Property Value

string

DisplayTooltip

Generated full tooltip for the Quote Version. Will check for errors on quote lines, alternatives and the version itself.

Property Value

string

IconHint

Icon hint for the associated message.

Property Value

string

Status

Status information for the quote version: Ok / OkWithInfo / Warn / Error. NULL if unknown enum value.

Property Value

QuoteStatus?

See Also

QuoteVersionStatusInformation.Status_String

Status_String

Status information for the quote version: Ok / OkWithInfo / Warn / Error. Raw string enum value.

Property Value

string

See Also

QuoteVersionStatusInformation.Status

See Also

QuoteAgent