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.
| Name | Description | |
|---|---|---|
|
AppDomain | |
|
EngineRevision | |
|
MinClientRevision | |
|
RequiredServerSettings |
| Name | Description | |
|---|---|---|
|
ApplyTestModeFiltering(ModelRoot) | |
|
CheckVersion() | |
|
ConnectionTest() | Wrapper for testing connection to api/database/file/etc |
|
CreateAttrib(string, object) | |
|
CreateFolder(string, List<File>, AttributeList, List<Folder>, List<Association>) | Create folder |
|
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). |
|
EntityIsExcluded(ConnectorMappingEntityType) | |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
ExtractData() | |
|
ExtractPreLoadAttributes() | |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetLease() | |
|
GetLicenseDetail() | |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
GetTestModeSetting(string) | |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
MarkFilterEntityIncluded<T>(IList<T>, Expression<Func<TBoolean>>, List<String>) | Used for test/manual mode to mark an entity as included |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject). |
|
MyConnectionTest() | Test connection to api/database/file/etc |
|
MyExtractData() | |
|
MyExtractPreLoadAttributes() | |
|
OnAfterImport() | Do anything required after a successful import |
|
OnConnectorRunFinish() | Do anything required after the connector run (This will run even if the connector run is failed) |
|
OnConnectorRunStart() | Do anything required before the connector run is started |
|
ResolveMappedAttrib(AttributedImportEntity, string) | |
|
ResolveMappedAttribID(string) | |
|
SkipJobNamingRules() | |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
| Name | Description | |
|---|---|---|
|
_connector_instance | |
|
_connector_run_type | |
|
_logger | |
|
_manual_mode_settings | |
|
_mapping_exclusions |
SynergyServerScripting.Connectors.BaseConnectorEngine