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

A base action that shows a form to edit and commit an entity, or entity collection.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public abstract class FormShowActionBase : BoundControlActionBase
Visual Basic
Public MustInherit Class FormShowActionBase
	Inherits BoundControlActionBase
Visual C++
public ref class FormShowActionBase abstract : public BoundControlActionBase

Inheritance Hierarchy

System..::..Object
  NAction
    NTier.Actions..::..BoundControlActionBase
      NTier.Actions..::..FormShowActionBase
        NTier.Actions..::..FormShowAction
        NTier.Actions..::..FormShowNewAction

See Also