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

An action that deletes the current entity. If the entity implements ISupportDeactivate.Deactivate(), it is called in place of Delete().

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

Syntax

C#
public class FormDeleteAction : BoundControlActionBase
Visual Basic
Public Class FormDeleteAction
	Inherits BoundControlActionBase
Visual C++
public ref class FormDeleteAction : public BoundControlActionBase

Inheritance Hierarchy

System..::..Object
  NAction
    NTier.Actions..::..BoundControlActionBase
      NTier.Actions..::..FormDeleteAction
        NTier.Actions..::..FormDeleteAndSaveAction

See Also