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.

Introduced or updated in version: 7.5

Declaration
NSQuoteVersionStatusInformation

Methods

GetDisplayMessage()

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

Introduced or updated in version: 7.5

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.

Introduced or updated in version: 7.5

Declaration
String GetDisplayTooltip()
Returns
Type Description
String

Generated full tooltip for the Quote Version.

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

GetIconHint()

Introduced or updated in version: 7.5

Declaration
String GetIconHint()
Returns
Type Description
String

Icon hint for the associated message.

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

GetStatus()

Introduced or updated in version: 7.5

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.

Introduced or updated in version: 7.5

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.

Introduced or updated in version: 7.5

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)

Introduced or updated in version: 7.5

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)

Introduced or updated in version: 7.5

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);
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top