BaseConnectorDescriber<T> Class
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public MustInherit Class BaseConnectorDescriber(Of _
T As IConnectorEngine)
Inherits MarshalByRefObject
Implements IConnectorDescriber(Of T)
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public abstract class BaseConnectorDescriber<T> : MarshalByRefObject,
IConnectorDescriber<T>
where T : IConnectorEngine
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
generic<typename T>
where T : IConnectorEngine^
public ref class BaseConnectorDescriber abstract : public MarshalByRefObject^,
public IConnectorDescriber<T>^
This language is not supported or no code example is available.
Type Parameters
- T
Name | Description | |
---|---|---|
![]() |
ConnectionTestSupported() | |
![]() |
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). |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetCustomFieldSettings() | |
![]() |
GetDefaultConfig() | |
![]() |
GetDefaultMappings() | |
![]() |
GetDownloadLink() | |
![]() |
GetFriendlyName() | |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject). |
![]() |
GetLogoLarge(ILogger) | |
![]() |
GetLogoSmall(ILogger) | |
![]() ![]() |
GetResourceImageBytes(Stream) | Gets array of bytes from an image stream |
![]() |
GetTestModeSetup() | |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
InAssemblyNamed() | |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject). |
![]() |
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). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.Connectors.BaseConnectorDescriber<T>