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

An action that saves a form's bound data to the underlying data source using IEntitySet.Save(), and closes the form.

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

Syntax

C#
public class FormSaveAndCloseAction : NAction
Visual Basic
Public Class FormSaveAndCloseAction
	Inherits NAction
Visual C++
public ref class FormSaveAndCloseAction : public NAction

Inheritance Hierarchy

System..::..Object
  NAction
    NTier.Actions..::..FormSaveAndCloseAction

See Also