EntryDefinition Class
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.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.ConnectionUI EntryDefinition
Namespace: Scribe.Core.ConnectorApi.ConnectionUI
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[KnownTypeAttribute(typeof(InputType))] [KnownTypeAttribute(typeof(IDictionary<string, string>))] public class EntryDefinition
The EntryDefinition type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
![]() |
Initializes a new instance of the EntryDefinition class |
Methods
|
Name |
Description |
---|---|---|
![]() |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
![]() |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
![]() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
![]() |
Gets the Type of the current instance. (Inherited from Object.) |
|
![]() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
![]() |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
Name |
Description |
---|---|---|
![]() |
Gets or sets InputType. |
|
![]() |
Gets or sets a value indicating whether IsRequired. |
|
![]() |
Gets or sets Label to be displayed in the UI. |
|
![]() |
Gets Options. |
|
![]() |
Gets or sets Order of where this entry is to be placed on the screen in comparison to other EntryDefinitions associated with the Parent FormDefinition. If no Order is set then the items will be placed in the order that they are defined in the FormDefinition. |
|
![]() |
Gets or sets PropertyName that will be used as a reference to this entries connection information by the Connector and the core. |
See