IConnectorEngine Interface

Generic interface for different types of Connectors, eg WorkflowMax
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Interface IConnectorEngine
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public interface IConnectorEngine
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public interface class IConnectorEngine
This language is not supported or no code example is available.
public  
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
interface IConnectorEngine
This language is not supported or no code example is available.
Methods
 
Name Description
Public method CheckVersion()
Public method ConnectionTest() Test connection to api/database/file/etc
Public method ExtractData() Retrieves data from the WorkflowMax APIs, transforms it to the internal XML import format and returns it
Public method ExtractPreLoadAttributes() Retrieves attributes in the pre loading phase before data is added into synergy
Public method GetLease()
Public method GetLicenseDetail() Retrieve a connetor's license details
Public method OnAfterImport() Do anything required after a successful import
Public method OnConnectorRunFinish()
Public method OnConnectorRunStart()
Public method SkipJobNamingRules() Whether to skip applying the job naming rules
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition