Show / Hide Table of Contents

Class OrderResponseInfo

Response from a Get order state command

Inheritance
Object
PluginResponseInfo
OrderResponseInfo
PlaceOrderResponseInfo
Inherited Members
PluginResponseInfo.ToString()
PluginResponseInfo.Merge(PluginResponseInfo)
PluginResponseInfo.SetErrorAndUserExplanation(String, String)
PluginResponseInfo.State
PluginResponseInfo.IsOk
PluginResponseInfo.UserExplanation
PluginResponseInfo.TechExplanation
PluginResponseInfo.ErrorCode
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 OrderResponseInfo : PluginResponseInfo

Constructors

OrderResponseInfo()

Default constructor

Declaration
public OrderResponseInfo()

OrderResponseInfo(QuoteAlternativeContextInfo)

Copies quote, version and alternativwlines

Declaration
public OrderResponseInfo(QuoteAlternativeContextInfo context)
Parameters
Type Name Description
QuoteAlternativeContextInfo context

Properties

CRMAlternativeWithLines

The possibly changed alternative with for instance the key to the order in the ERP system.

Declaration
public QuoteAlternativeWithLinesInfo CRMAlternativeWithLines { get; set; }
Property Value
Type Description
QuoteAlternativeWithLinesInfo

CRMQuote

The possibly changed Quote with for instance the key to the order in the ERP system.

Declaration
public QuoteInfo CRMQuote { get; set; }
Property Value
Type Description
QuoteInfo

CRMQuoteVersion

The possibly changed Version with for instance the key to the order in the ERP system.

Declaration
public QuoteVersionInfo CRMQuoteVersion { get; set; }
Property Value
Type Description
QuoteVersionInfo

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