C# Class Subtext.Web.Admin.DeleteTargetCommand

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

Protected Properties

Property Type Description
_targetID int
_targetName string

Public Methods

Method Description
Cancel ( ) : string

Protected Methods

Method Description
DeleteTargetCommand ( ) : System
DeleteTargetCommand ( int targetID ) : System
DeleteTargetCommand ( string targetName, int targetID ) : System

Method Details

Cancel() public method

public Cancel ( ) : string
return string

DeleteTargetCommand() protected method

protected DeleteTargetCommand ( ) : System
return System

DeleteTargetCommand() protected method

protected DeleteTargetCommand ( int targetID ) : System
targetID int
return System

DeleteTargetCommand() protected method

protected DeleteTargetCommand ( string targetName, int targetID ) : System
targetName string
targetID int
return System

Property Details

_targetID protected_oe property

protected int _targetID
return int

_targetName protected_oe property

protected string _targetName
return string