Show / Hide Table of Contents

Class QuoteUtility

Translate enums into strings for Quote Version state. Used in building tooltips and lists.

Inheritance
object
QuoteUtility
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class QuoteUtility

Methods

GetQuoteVersionStateIcon(QuoteVersionState)

Translate enums into strings for Quote Version state. Used in building tooltips and lists.

Declaration
public static string GetQuoteVersionStateIcon(QuoteVersionState state)
Parameters
Type Name Description
QuoteVersionState state
Returns
Type Description
string
See Also
QuoteVersionState

GetQuoteVersionStateText(QuoteVersionState, QuoteVersionState)

Translate enums into strings for Quote Version state. Used in building tooltips and lists.

Declaration
public static string GetQuoteVersionStateText(QuoteVersionState state, QuoteVersionState archivedState)
Parameters
Type Name Description
QuoteVersionState state
QuoteVersionState archivedState
Returns
Type Description
string
See Also
QuoteVersionState

GetQuoteVersionText(QuoteVersionState, QuoteVersionState, DateTime, DateTime, int)

Translate enums into strings for Quote Version state. Used in building tooltips and lists.

Declaration
public static string GetQuoteVersionText(QuoteVersionState state, QuoteVersionState archivedState, DateTime sentDate, DateTime updatedDate, int rank)
Parameters
Type Name Description
QuoteVersionState state
QuoteVersionState archivedState
DateTime sentDate
DateTime updatedDate
int rank
Returns
Type Description
string
See Also
QuoteVersionState

See Also

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