BaseConnectorEngine Class

<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public MustInherit Class BaseConnectorEngine 
Inherits MarshalByRefObject 
Implements IConnectorEngine
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public abstract class BaseConnectorEngine : MarshalByRefObject
IConnectorEngine
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class BaseConnectorEngine abstract : public MarshalByRefObject^, 
public IConnectorEngine^
This language is not supported or no code example is available.
public  
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
abstract class BaseConnectorEngine 
extends MarshalByRefObject 
implements IConnectorEngine
This language is not supported or no code example is available.
Methods
 
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()
Public method ExtractPreLoadAttributes()
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()
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
Public method OnConnectorRunFinish() Do anything required after the connector run (This will run even if the connector run is failed)
Public method OnConnectorRunStart() Do anything required before the connector run is started
Protected method ResolveMappedAttrib(AttributedImportEntity, string)
Protected method ResolveMappedAttribID(string)
Public method SkipJobNamingRules()
Public method ToString Returns a string that represents the current object. (inherited from Object).
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