See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DbConnectionDialogAction type exposes the following members.

Constructors

  NameDescription
Public methodDbConnectionDialogAction
Initializes a new instance of the DbConnectionDialogAction class

Methods

  NameDescription
Protected methodCloneCore (Overrides NActionCloneCore()()()().)
Public methodDispose()()()() (Inherited from NAction.)
Protected methodDispose(Boolean) (Inherited from NAction.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from NAction.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetReferencedBy (Inherited from NAction.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone (Inherited from NAction.)
Protected methodOnBeforeRun (Inherited from NAction.)
Protected methodOnEnabledChanged (Inherited from NAction.)
Public methodRun (Inherited from NAction.)
Protected methodRunCore (Overrides NActionRunCore()()()().)
Public methodSetDbProviderAndConnectionString
Set the initial values of DbProvider and ConnectionString that are used when the dialog is shown.
Protected methodSetupDialog
Protected methodShowDataConnectionDialog
Public methodToString (Inherited from NAction.)

Properties

  NameDescription
Public propertyConnectionString
Get or set the connection string. This property is used as an initial value when the dialog is shown and is populated after the user makes a selection.
Public propertyDataSources
Get the list of DataSources that are shown on the form.
Public propertyDbProvider
Get the DbProvider chosen by the user.
Public propertyEnabled (Inherited from NAction.)
Protected propertyEnabledCore (Inherited from NAction.)
Public propertyHeaderLabel
Get or set the caption to display at the top of the dialog.
Protected propertyHostingComponent (Inherited from NAction.)
Public propertyProviderName
Get or set the provider name. This property is used as an initial value when the dialog is shown and is populated after the user makes a selection.
Public propertyReferencedBy (Inherited from NAction.)
Public propertySite (Inherited from NAction.)
Public propertyTitle
Get or set the caption to display in the top border.

Events

  NameDescription
Public eventDisposed (Inherited from NAction.)
Public eventEnabledChanged (Inherited from NAction.)

See Also