Namespace SuperOffice.ErpSync
Classes
ActorArrayPluginResponseWS
Extended PluginResponseInfo containing an ErpActor array
ActorPluginResponseWS
Extended PluginResponseInfo containing an ErpActor object
BoolOperators
Supported operators for boolean fields through advanced search
ConnectorResultBaseWS
Response object used by plugin/connector actions, to tell the caller how well the call went.
CreateActorRequestWS
Parameters for CreateActor
DateTimeOperators
Supported operators for datetime fields through advanced search
DateTimeOperators.MatchType
Which part of the date time should be matched
DoubleOperators
Supported operators for double fields through advanced search
EisConnectorWSVersion
Contains the namespace string for the Erp connector
ErpActorWS
Carrier object representing an Actor inside an ERP Connection, used for sending to and from an ERP Connector
ErpConnectoUrlResolverPluginAttribute
Plugin for overriding resolving url's from Online
FieldAccessInfoWS
Access restrictions and mandatory status, if any
Note: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changes
FieldMetadataInfoArrayPluginResponseWS
Extended PluginResponseInfo containing a FieldMetadataInfo objects in a dictionary (FieldKey/FieldMetadataInfo)
FieldMetadataInfoWS
This carrier describes a custom field to be added to the config dialog at runtime. It is used to populate the Admin configuration dialog for a connection. Note that this is just a description of the field - it is not the field itself. The GUI will use this info to build the user interface controls. The call to the ERP Connector’s GetConfigurationFields method returns a list of fields and field types. The Admin client builds a dialog with these fields.
FieldMetadataTypeInfoWS
Describes the different widgets that the QuoteConnector can use in its configuration dialog.
Note: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changes
GetActorsByTimestampRequestWS
Parameters for GetActorsByTimestamp
GetActorsRequestWS
Parameters for GetActors
GetListItemsRequestWS
Parameters for GetListItems
GetListRequestWS
Parameters for GetList
GetSearchableFieldsRequestWS
Parameters for GetSearchableFields
GetSupportedActorTypeFieldsRequestWS
Parameters for GetSupportedActorTypeField
IntOperators
Supported operators for int fields through advanced search
ListItemArrayPluginResponseWS
Extended PluginResponseInfo containing a dictionary of list items (primarykey/displayvalue)
ListOperators
Supported operators for list fields through advanced search
RequestBaseWS
Request base for all Erp Sync connector methods
ResponseStateWS
State enum for a response, describes the possible states from totally Ok to Error that an action can return
SaveActorsRequestWS
Parameters for SaveActors
SaveConnectionRequestWS
Parameters for SaveConnection
SearchActorByParentRequestWS
Parameters for SearchActorsByParent
SearchActorsAdvancedRequestWS
Parameters for SearchActorsAdvanced
SearchActorsRequestWS
Parameters for SearchActors
SearchHelper
Static class with a collection of helper methods used in search
SearchRestrictionInfoWS
Carrier object representing search restriction, used for advanced search
SpecialSearchKeys
Special search keys that must be supported through SearchActorsAdvanced
StringArrayPluginResponseWS
Extended PluginResponseInfo containing a string array
StringOperators
Supported operators for string fields through advanced search
TestConfigDataRequestWS
Parameters for TestConfigData
Interfaces
IErpConnectorWS
EIS Connector, WCF Interface declaration
IErpConnectoUrlResolverPlugin
Interface that must be implemented by plugins for resolving erp sync client urls