System.LinkingFramework.DataConnectorLinking Framework Data Connector (internal)

System.LinkingFramework.DataConnector (ClassType)

An internal class containing linking framework configuration for connectors

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddac6acf7-5742-98b5-6f0a-f8306b276688

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.LinkingFramework.DataConnector:
DataConnectorName  string      true 256  False 
IsProvider  bool      false 256   
SolutionName  string      false 256  False 
EntryPoint  string      false 256  False 
Settings  string      false 256  False 
EntryAssembly  string      false 4096  False 
WinFormUIAssembly  string      false 4096  False 
WebUIAssembly  string      false 4096  False 
InstallSQLScripts  string      false 65536  False 
UninstallSQLScripts  string      false 65536  False 
DisableParallelProcess  bool      false 256   

Health Model:

Source Code:

<ClassType ID="System.LinkingFramework.DataConnector" Base="AdminItem!System.AdminItem" Accessibility="Public" Abstract="false">
<Property ID="DataConnectorName" Type="string" Key="true"/>
<Property ID="IsProvider" Type="bool"/>
<Property ID="SolutionName" Type="string"/>
<Property ID="EntryPoint" Type="string"/>
<Property ID="Settings" Type="string"/>
<Property ID="EntryAssembly" Type="string" MaxLength="4096"/>
<Property ID="WinFormUIAssembly" Type="string" MaxLength="4096"/>
<Property ID="WebUIAssembly" Type="string" MaxLength="4096"/>
<Property ID="InstallSQLScripts" Type="string" MaxLength="65536"/>
<Property ID="UninstallSQLScripts" Type="string" MaxLength="65536"/>
<Property ID="DisableParallelProcess" Type="bool"/>
</ClassType>