See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
A base class for actions that require the hosting control (or one of it's parents)
to be bound to a data source.
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract class BoundControlActionBase : NAction |
Visual Basic |
---|
Public MustInherit Class BoundControlActionBase Inherits NAction |
Visual C++ |
---|
public ref class BoundControlActionBase abstract : public NAction |
Inheritance Hierarchy
System..::..Object
NAction
NTier.Actions..::..BoundControlActionBase
NTier.Actions..::..BoundControlAction
NTier.Actions..::..FormCommitAction
NTier.Actions..::..FormDeleteAction
NTier.Actions..::..FormSaveAction
NTier.Actions..::..FormShowActionBase
NTier.Actions..::..FormValidateAction
NAction
NTier.Actions..::..BoundControlActionBase
NTier.Actions..::..BoundControlAction
NTier.Actions..::..FormCommitAction
NTier.Actions..::..FormDeleteAction
NTier.Actions..::..FormSaveAction
NTier.Actions..::..FormShowActionBase
NTier.Actions..::..FormValidateAction