The following tables list the members exposed by the BaseConnectorEngine type.

Name Description
Protected method ApplyTestModeFiltering(ModelRoot)
Public method CheckVersion()
Public method ConnectionTest() Wrapper for testing connection to api/database/file/etc
Protected method CreateAttrib(string, object)
Protected method CreateFolder(string, List<File>, AttributeList, List<Folder>, List<Association>) Create folder
Public method CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject).
Protected method EntityIsExcluded(ConnectorMappingEntityType)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
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
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetLease()
Public method GetLicenseDetail() Retrieve a connetor's license details
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject).
Protected method GetTestModeSetting(string)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject).
Protected method MarkFilterEntityIncluded<T>(IList<T>, Expression<Func<TBoolean>>, List<String>) Used for test/manual mode to mark an entity as included
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject).
Protected method MyConnectionTest() Test connection to api/database/file/etc
Public method MyExtractData()
Protected method MyExtractPreLoadAttributes()
Public method OnAfterImport() Do anything required after a successful import
Protected method ResolveMappedAttrib(AttributedImportEntity, string)
Protected method ResolveMappedAttribID(string)
Public method SkipJobNamingRules() Whether to skip applying the job naming rules
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top