Skip to main content

Class QuoteVersionButtonState

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

Inheritance

objectCarrierQuoteVersionButtonState

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

QuoteVersionButtonState()

Default constructor - defaults any enum props to 0.

Properties

Action

Action for the button NULL if unknown enum value.

Property Value

QuoteVersionButtonAction?

See Also

QuoteVersionButtonState.Action_String

Action_String

Action for the button Raw string enum value.

Property Value

string

See Also

QuoteVersionButtonState.Action

DisplayText

Text to be displayed on the button

Property Value

string

Enabled

Indicate if the button should be enabled or disabled

Property Value

bool

ImageHint

Image to be shown

Property Value

string

TooltipText

The tooltip for the button

Property Value

string

See Also

QuoteAgent