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

An 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 class FormShowAction : FormShowActionBase
Visual Basic
Public Class FormShowAction
	Inherits FormShowActionBase
Visual C++
public ref class FormShowAction : public FormShowActionBase

Inheritance Hierarchy

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

See Also