Class QuoteVersionStateExtensions
Extension for the QuoteVersionState enum.
Inheritance
QuoteVersionStateExtensions
Assembly: SoCore.dll
Syntax
public static class QuoteVersionStateExtensions : Object
Methods
IsDraft(QuoteVersionState)
Is the quoteversion state a draft state?
Declaration
public static bool IsDraft(this QuoteVersionState state)
Parameters
Returns
IsSent(QuoteVersionState)
Quote versions with this state are sent to a customer
Declaration
public static bool IsSent(this QuoteVersionState state)
Parameters
Returns