Show / Hide Table of Contents

Class QuoteConnectionInfo

A Quote Connection is set up in the SuperOffice Admin client. It collects the parameters needed to talk to a single ERP client, and gives it a name and an id.

Quote connections will be stored in the table “QuoteConnection” in the CRM database.

Inheritance
Object
QuoteConnectionInfo
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 QuoteConnectionInfo

Constructors

QuoteConnectionInfo()

Declaration
public QuoteConnectionInfo()

Fields

CRMConnectionId

Primary key in the CRM database. Definition of a connection to an external system, for the Quote system.

Declaration
public int CRMConnectionId
Field Value
Type Description
Int32

DisplayDescription

Tooltip/description shown to user; multi-language support. Any other info available that would make an uncertain user chose the right connector. Typically, used for tooltip.

Declaration
public string DisplayDescription
Field Value
Type Description
String

DisplayName

Connection name shown to user; multi-language support. The name of the connector to display in a list so that the users can choose between them. Typically the name of the client, with maybe the ERP system in parenthesis.

Declaration
public string DisplayName
Field Value
Type Description
String

ERPClientKey

The identifier for the client in the ERP system.

Declaration
public string ERPClientKey
Field Value
Type Description
String

ERPClientName

Name of the client (company) in the ERP system

Declaration
public string ERPClientName
Field Value
Type Description
String

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