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

System Object

  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

Public method

EntryDefinition

Initializes a new instance of the EntryDefinition class

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type.

(Inherited from Object.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Properties

 

Name

Description

Public property

InputType

Gets or sets InputType.

Public property

IsRequired

Gets or sets a value indicating whether IsRequired.

Public property

Label

Gets or sets Label to be displayed in the UI.

Public property

Options

Gets Options.

Public property

Order

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.

Public property

PropertyName

Gets or sets PropertyName that will be used as a reference to this entries connection information by the Connector and the core.

See

Scribe.Core.ConnectorApi.ConnectionUI Namespace