Skip to main content

Class QuoteConnection

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for QuoteConnection. Information about a connection to the ERP system.

Inheritance

objectCarrierQuoteConnection

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

QuoteConnection()

Default constructor - defaults any enum props to 0.

Properties

AllAccess

Is this connection accessible to everyone? If not, then the QuoteConnectionAccess table tells us who can access it.

Property Value

bool

AssociateAccessIds

Array of ids containing associates that will have access to this connection.

Property Value

int[]

ConnectorName

Programmatic name of the Connector plugin that implements this kind of connection

Property Value

string

Deleted

If set, then this is a row that has been ‘deleted’; we do not physically delete rows to avoid disaster.

Property Value

bool

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.

Property Value

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.

Property Value

string

ERPName

Name of the ERP system (programmatic).

Property Value

string

ErpConnectionId

The ERP Connection that this Quote connection is an extension of

Property Value

int

ExtraData

Optional extra data, in XML format, for configuring the connector. Connector-specific!

Property Value

string

InitializeResponse

Status and Error message when the system called the connector Initialize method. Null if the connector has not been initialized yet.

Property Value

PluginResponse

IsAvailable

Whether or not the specified connection is available. Typically, without network access the availability is false.

Property Value

bool

PriceLists

The PriceLists that this connection offers.

Property Value

PriceList[]

QuoteConnectionId

Primary key

Property Value

int

Rank

Rank order

Property Value

int

UserGroupAccessIds

Array of ids containing usergroups that will have access to this connection.

Property Value

int[]

See Also

QuoteAgent