Show / Hide Table of Contents

Class QuoteSentResponseInfo

Response from a OnAfterSentQuoteVersion command. Adds a URL field to the QuoteVersion context.

Inheritance
Object
QuoteSentResponseInfo
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: SuperOffice.Plugins.dll
Syntax
public class QuoteSentResponseInfo

Constructors

QuoteSentResponseInfo()

Declaration
public QuoteSentResponseInfo()

Properties

Url

Url to navigate to, if non-blank

Declaration
public string Url { get; set; }
Property Value
Type Description
String

VersionResponse

The Quote Version info describing what was sent.

Declaration
public QuoteVersionResponseInfo VersionResponse { get; set; }
Property Value
Type Description
QuoteVersionResponseInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top