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

The FormCommitAction type exposes the following members.

Constructors

  NameDescription
Public methodFormCommitAction()()()()
Initializes a new instance of the FormCommitAction class
Public methodFormCommitAction(Object)
Initializes a new instance of the FormCommitAction class

Methods

  NameDescription
Protected methodCloneCore (Inherited from BoundControlActionBase.)
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)
Releases the unmanaged resources used by the FormCommitAction and optionally releases the managed resources
(Overrides BoundControlActionBase..::..Dispose(Boolean).)
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 methodInitializeBindingInfoProvider (Overrides BoundControlActionBase..::..InitializeBindingInfoProvider()()()().)
Protected methodMemberwiseClone (Inherited from NAction.)
Protected methodOnBeforeRun (Inherited from NAction.)
Protected methodOnCommitActionsChanged
Protected methodOnEnabledChanged (Inherited from NAction.)
Public methodRun (Inherited from NAction.)
Protected methodRunCore (Overrides NActionRunCore()()()().)
Public methodStatic memberSetCommitActions
Associate the commit actions with a bound data source. When the the hosting control of this action is bound to that data source, the CommitActions property will be set on the action.
Protected methodShowMessage
Show an informational, warning or error message to the user.
(Inherited from BoundControlActionBase.)
Public methodToString (Inherited from NAction.)

Properties

  NameDescription
Protected propertyBindingInfoProvider
Get an instance of the helper class that is maintains the bound data.
(Inherited from BoundControlActionBase.)
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 propertyCommitActions
Get the actions that will be run when the form is 'committed'.
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 propertyEnabled (Inherited from NAction.)
Protected propertyEnabledCore (Overrides NActionEnabledCore.)
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.)

Events

  NameDescription
Public eventCommitActionsChanged
Raised when the CommitActions property has changed.
Public eventDisposed (Inherited from NAction.)
Public eventEnabledChanged (Inherited from NAction.)

See Also