Class QuoteVersionStatusInfo
Inheritance
System.Object
QuoteVersionStatusInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class QuoteVersionStatusInfo
Constructors
QuoteVersionStatusInfo()
Declaration
public QuoteVersionStatusInfo()
Fields
DisplayMessage
Generated error message for the Quote Version. Will check for errors on quote lines, alternatives and the version itself.
Declaration
public string DisplayMessage
Field Value
Type | Description |
---|---|
System.String |
DisplayTooltip
Generated full tooltip for the Quote Version. Will check for errors on quote lines, alternatives and the version itself.
Declaration
public string DisplayTooltip
Field Value
Type | Description |
---|---|
System.String |
IconHint
Icon hint for the associated message.
Declaration
public string IconHint
Field Value
Type | Description |
---|---|
System.String |
Status
Status information for the quote version.
Declaration
public QuoteStatusInfo Status
Field Value
Type | Description |
---|---|
QuoteStatusInfo |
Extension Methods
EnumUtil.MapEnums<From, To>(From)