Scribe.Core.ConnectorApi.ConnectionUI Namespace
The ConnectionUI contains all objects used in the PreConnect() method in order to define the GUI for the Connector.
Classes
|
Class |
Description |
---|---|---|
![]() |
Object to define a single connection property in the connection UI. For each input item on the connection screen a new entry definition will need to be created and added to the form definition. |
|
![]() |
Object to construct an XML serialized form that defines input properties displayed to the user. After Serialize is executed the information is supplied through the return value of the Connector's IConnector.PreConnect method. Once received from the user the requested information is supplied to the Connector via the Scribe.Core.ConnectorApi.IConnector.Connect method. |
Enumerations
|
Enumeration |
Description |
---|---|---|
![]() |
The input type. Used to Define InputType |