C# Class Subtext.Web.Admin.DeleteTargetsCommand

Inheritance: ConfirmCommand
显示文件 Open project: ayende/Subtext

Protected Properties

Property Type Description
_targetIDs IList
_targetName string

Public Methods

Method Description
Cancel ( ) : string

Cancels the command.

Protected Methods

Method Description
DeleteTargetsCommand ( ) : System

Creates a new DeleteTargetsCommand instance.

DeleteTargetsCommand ( IList targetIDs ) : System

Creates a new DeleteTargetsCommand instance.

DeleteTargetsCommand ( string targetName, int targetIDs ) : System

Deletes the target command.

Method Details

Cancel() public method

Cancels the command.
public Cancel ( ) : string
return string

DeleteTargetsCommand() protected method

Creates a new DeleteTargetsCommand instance.
protected DeleteTargetsCommand ( ) : System
return System

DeleteTargetsCommand() protected method

Creates a new DeleteTargetsCommand instance.
protected DeleteTargetsCommand ( IList targetIDs ) : System
targetIDs IList Target ID.
return System

DeleteTargetsCommand() protected method

Deletes the target command.
protected DeleteTargetsCommand ( string targetName, int targetIDs ) : System
targetName string Name of the target.
targetIDs int Target ID.
return System

Property Details

_targetIDs protected_oe property

protected IList _targetIDs
return IList

_targetName protected_oe property

protected string _targetName
return string