See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The FormShowActionBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CloneCore | (Overrides BoundControlActionBase..::..CloneCore()()()().) |
![]() | CreateCompileTimeCheckBindingMember |
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.) |
![]() | Dispose()()()() | (Inherited from NAction.) |
![]() | Dispose(Boolean) | (Overrides BoundControlActionBase..::..Dispose(Boolean).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from NAction.) |
![]() | GetEntityToEdit |
Get an instance of the entity or collection that will actually be shown on the form.
|
![]() | GetEntityToEditSource |
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.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetReferencedBy | (Inherited from NAction.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeBindingInfoProvider | (Overrides BoundControlActionBase..::..InitializeBindingInfoProvider()()()().) |
![]() | MemberwiseClone | (Inherited from NAction.) |
![]() | NewForm | |
![]() | OnBeforeFormShow | |
![]() | OnBeforeRun | (Overrides NActionOnBeforeRun()()()().) |
![]() | OnEnabledChanged | (Inherited from NAction.) |
![]() | OnFormShow | |
![]() | OnQueryEntityToEdit | |
![]() | OnSelectsCollectionOnlyChanged | |
![]() | QueryUserToSave | |
![]() | ReportErrorToUser |
Reports an error message to the user.
Override to show a custom error dialog or message to the user.
|
![]() | RequiresFormDataSourceType |
Get whether to a compile time check should be provided to ensure a FormType with
a valid DataSourceType is configured.
|
![]() | Run | (Inherited from NAction.) |
![]() | RunCore | (Overrides NActionRunCore()()()().) |
![]() | ShowMessage |
Show an informational, warning or error message to the user.
(Inherited from BoundControlActionBase.) |
![]() | SwitchToWaitCursor |
Switch the mouse cursor to a wait cursor while saving.
|
![]() | ToString | (Inherited from NAction.) |
![]() | TryActivateVisibleNonModalForm |
Tries to active a non-modal form that is already showing the entity data for 'entityToEdit'.
|