Show / Hide Table of Contents

Class NSQuoteVersionStatusInformation

Information about possible button actions for the quote version dialog.

Syntax

Constructors

NSQuoteVersionStatusInformation()

Initializes a new instance of the NSQuoteVersionStatusInformation class.

Declaration
NSQuoteVersionStatusInformation

Methods

GetDisplayMessage()

Checks for errors on quote lines, alternatives and the version itself.

Declaration
String GetDisplayMessage()
Returns
Type Description
String

Generated error message for the Quote Version.

Examples
NSQuoteVersionStatusInformation thing;
String displayMessage = thing.GetDisplayMessage();

GetDisplayTooltip()

Checks for errors on quote lines, alternatives and the version itself.

Declaration
String GetDisplayTooltip()
Returns
Type Description
String

Generated full tooltip for the Quote Version.

Examples
NSQuoteVersionStatusInformation thing;
String displayTooltip = thing.GetDisplayTooltip();

GetIconHint()

Information about possible button actions for the quote version dialog.

Declaration
String GetIconHint()
Returns
Type Description
String

Icon hint for the associated message.

Examples
NSQuoteVersionStatusInformation thing;
String iconHint = thing.GetIconHint();

GetStatus()

Information about possible button actions for the quote version dialog.

Declaration
Integer GetStatus()
Returns
Type Description
Integer

Status information for the quote version. See QuoteStatus.

Examples
NSQuoteVersionStatusInformation thing;
Integer status = thing.GetStatus();

SetDisplayMessage(String)

Checks for errors on quote lines, alternatives and the version itself.

Declaration
Void SetDisplayMessage(String displayMessage)
Parameters
Type Name Description
String displayMessage

Generated error message for the Quote Version.

Returns
Type Description
Void
Examples
NSQuoteVersionStatusInformation thing;
String displayMessage;
thing.SetDisplayMessage(displayMessage);

SetDisplayTooltip(String)

Checks for errors on quote lines, alternatives and the version itself.

Declaration
Void SetDisplayTooltip(String displayTooltip)
Parameters
Type Name Description
String displayTooltip

Generated full tooltip for the Quote Version.

Returns
Type Description
Void
Examples
NSQuoteVersionStatusInformation thing;
String displayTooltip;
thing.SetDisplayTooltip(displayTooltip);

SetIconHint(String)

Information about possible button actions for the quote version dialog.

Declaration
Void SetIconHint(String iconHint)
Parameters
Type Name Description
String iconHint

Icon hint for the associated message.

Returns
Type Description
Void
Examples
NSQuoteVersionStatusInformation thing;
String iconHint;
thing.SetIconHint(iconHint);

SetStatus(Integer)

Information about possible button actions for the quote version dialog.

Declaration
Void SetStatus(Integer status)
Parameters
Type Name Description
Integer status

Status information for the quote version. See QuoteStatus.

Returns
Type Description
Void
Examples
NSQuoteVersionStatusInformation thing;
Integer status;
thing.SetStatus(status);
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top