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

The FormDeleteAndSaveAction type exposes the following members.

Properties

  NameDescription
Protected propertyBindingInfoProvider
Get an instance of the helper class that is maintains the bound data.
(Inherited from BoundControlActionBase.)
Public propertyBindingPath
Get or set the binding path from the data source on the target control that will be used to select the entity to delete.
(Inherited from FormDeleteAction.)
Public propertyBindingPathCompileTimeCheck (Inherited from FormDeleteAction.)
Protected propertyBoundControlDataSourceType
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.)
Public propertyConfirm
Protected propertyCurrentDataItem
Get the current data item specified by:
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.
(Inherited from BoundControlActionBase.)
Public propertyDisableCompileTimeValidation
Get or set whether to disable designer validation of types and binding members.
(Inherited from FormDeleteAction.)
Public propertyEnabled (Inherited from NAction.)
Protected propertyEnabledCore (Inherited from FormDeleteAction.)
Protected propertyHostingComponent (Inherited from BoundControlActionBase.)
Public propertyHostingControl
Get or set the control that hosts the action. Usually this would be a button or menu item.
(Inherited from BoundControlActionBase.)
Public propertyReferencedBy (Inherited from NAction.)
Public propertySite (Inherited from BoundControlActionBase.)
Protected propertyVisualTechnology (Inherited from BoundControlActionBase.)

See Also