Skip to main content

Class ErpSyncConnectorEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ErpSyncConnectorEntity. Erp connector information

Inheritance

objectCarrierErpSyncConnectorEntity

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()

Examples

Get ErpSyncConnectorEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ErpSyncAgent(configuration);
var erpSyncConnectorEntity = agent.GetErpSyncConnectorEntity( 123 );

Constructors

ErpSyncConnectorEntity()

Default constructor - defaults any enum props to 0.

Properties

Deleted

True if the connector is deleted

Property Value

bool

DisplayName

Name shown in the list

Property Value

string

ErpConnectorId

Primary key

Property Value

int

URL

The URL where the connector is located and can be called

Property Value

string

See Also

ErpSyncAgent