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

The FormShowAction type exposes the following members.

Methods

  NameDescription
Protected methodCloneCore (Inherited from FormShowActionBase.)
Protected methodCreateCompileTimeCheckBindingMember
Returns a CompileTimeCheckBindingMember that will be used to ensure the data item at the end of 'dataMember' is of type 'expectedType' at compile time.
(Inherited from BoundControlActionBase.)
Public methodDispose()()()() (Inherited from NAction.)
Protected methodDispose(Boolean) (Inherited from FormShowActionBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from NAction.)
Protected methodGetEntityToEdit
Get an instance of the entity or collection that will actually be shown on the form.
(Inherited from FormShowActionBase.)
Protected methodGetEntityToEditSource
Get the entity data that is used as the source to the entity/collection that will be shown on the form. This entity is branched before it is shown on the form, and GetEntityToEdit is used with the branched data to get the actual entity/collection that is shown on the form.
(Inherited from FormShowActionBase.)
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 methodInitializeBindingInfoProvider (Inherited from FormShowActionBase.)
Protected methodMemberwiseClone (Inherited from NAction.)
Protected methodNewForm (Inherited from FormShowActionBase.)
Protected methodOnBeforeFormShow (Inherited from FormShowActionBase.)
Protected methodOnBeforeRun (Inherited from FormShowActionBase.)
Protected methodOnEnabledChanged (Inherited from NAction.)
Protected methodOnFormShow (Inherited from FormShowActionBase.)
Protected methodOnQueryEntityToEdit (Inherited from FormShowActionBase.)
Protected methodOnSelectsCollectionOnlyChanged (Inherited from FormShowActionBase.)
Protected methodQueryUserToSave (Inherited from FormShowActionBase.)
Protected methodReportErrorToUser
Reports an error message to the user. Override to show a custom error dialog or message to the user.
(Inherited from FormShowActionBase.)
Protected methodRequiresFormDataSourceType (Overrides FormShowActionBase..::..RequiresFormDataSourceType()()()().)
Public methodRun (Inherited from NAction.)
Protected methodRunCore (Inherited from FormShowActionBase.)
Protected methodShowMessage
Show an informational, warning or error message to the user.
(Inherited from BoundControlActionBase.)
Protected methodSwitchToWaitCursor
Switch the mouse cursor to a wait cursor while saving.
(Inherited from FormShowActionBase.)
Public methodToString (Inherited from NAction.)
Protected methodTryActivateVisibleNonModalForm
Tries to active a non-modal form that is already showing the entity data for 'entityToEdit'.
(Inherited from FormShowActionBase.)

See Also