See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The FormDeleteAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FormDeleteAction | Initializes a new instance of the FormDeleteAction class |
Methods
| Name | Description | |
|---|---|---|
| CloneCore | (Inherited from BoundControlActionBase.) | |
| ConfirmAndDeleteEntity | ||
| 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) | (Inherited from BoundControlActionBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from NAction.) | |
| 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.) | |
| OnBeforeRun | (Inherited from NAction.) | |
| OnEnabledChanged | (Inherited from NAction.) | |
| QueryConfirmDelete | ||
| ReportErrorToUser | ||
| Run | (Inherited from NAction.) | |
| RunCore | (Overrides NActionRunCore()()()().) | |
| ShowMessage |
Show an informational, warning or error message to the user.
(Inherited from BoundControlActionBase.) | |
| ToString | (Inherited from NAction.) |
Properties
| Name | Description | |
|---|---|---|
| BindingInfoProvider |
Get an instance of the helper class that is maintains the bound data.
(Inherited from BoundControlActionBase.) | |
| BindingPath |
Get or set the binding path from the data source on the target control that will be used
to select the entity to delete.
| |
| BindingPathCompileTimeCheck | ||
| BoundControlDataSourceType |
Get the data source type of the container control.
This is used by NTier intellisense when the developer is choosing a binding path.
(Inherited from BoundControlActionBase.) | |
| Confirm |
Get or set whether to show a confirmation for the delete.
When set to true, QueryConfirmDelete() can be overridden to control the message.
| |
| CurrentDataItem |
Get the current data item specified by: (Inherited from BoundControlActionBase.)HostingControl (or data bound parent).DataSource - the top level data source. HostingControl (or data bound parent).DataMember - the top level data member. DataMember - the relative data member. NOTE: Null will be returned in place of a deleted entity. | |
| DisableCompileTimeValidation |
Get or set whether to disable designer validation of types and binding members.
| |
| Enabled | (Inherited from NAction.) | |
| EnabledCore | (Overrides NActionEnabledCore.) | |
| HostingComponent | (Inherited from BoundControlActionBase.) | |
| HostingControl |
Get or set the control that hosts the action.
Usually this would be a button or menu item.
(Inherited from BoundControlActionBase.) | |
| ReferencedBy | (Inherited from NAction.) | |
| Site | (Inherited from BoundControlActionBase.) | |
| VisualTechnology | (Inherited from BoundControlActionBase.) |
Events
| Name | Description | |
|---|---|---|
| Disposed | (Inherited from NAction.) | |
| EnabledChanged | (Inherited from NAction.) |