Show / Hide Table of Contents

Class QuoteVersionButtonStateCollection

Carrier object for QuoteVersionButtonStateCollection. Services for the QuoteVersionButtonStateCollection Carrier is available from the IQuoteAgent.

Inheritance
Object
QuoteVersionButtonStateCollection
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class QuoteVersionButtonStateCollection : Carrier

Constructors

QuoteVersionButtonStateCollection()

Default constructor

Declaration
public QuoteVersionButtonStateCollection()

Properties

ActionButtons

Array of visible buttons with defined actions in the quote verson dialog.

Declaration
public QuoteVersionButtonState[] ActionButtons { get; set; }
Property Value
Type Description
QuoteVersionButtonState[]

RecalculateButton

Information about the action for the recalculate quote version button.

Declaration
public QuoteVersionButtonState RecalculateButton { get; set; }
Property Value
Type Description
QuoteVersionButtonState

StateImage

Information about the state image for the current quote version.

Declaration
public QuoteVersionButtonState StateImage { get; set; }
Property Value
Type Description
QuoteVersionButtonState

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

ToString(String)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
String prefix

The line prefix (typically used for indenting)

Returns
Type Description
String

The carrier contents.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top