Skip to main content

Class ErpSyncConnectionSummary

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpSyncConnectionSummary. Summary of the current setup of the ERP Integration, for one ERP connection

Inheritance

objectCarrierErpSyncConnectionSummary

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

ErpSyncConnectionSummary()

Default constructor - defaults any enum props to 0.

Properties

Active

Is the connection currently active

Property Value

bool

Actors

Summaries of the configuration of the actors configured for this connection

Property Value

ErpSyncActorSummary[]

Deleted

Is the connection deleted

Property Value

bool

DisplayDescription

Tooltip/description shown to user; multi-language support

Property Value

string

DisplayName

Connection name shown to user; multi-language support

Property Value

string

LastSync

The time of the last sync

Property Value

DateTime

See Also

ErpSyncAgent