C# Class Subtext.Web.Admin.DeleteTitledTargetCommand

Inheritance: DeleteTargetCommand
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
itemTitle string

Public Methods

Method Description
Cancel ( ) : string

Protected Methods

Method Description
DeleteTitledTargetCommand ( ) : System
DeleteTitledTargetCommand ( int targetID, string itemTitle ) : System

Method Details

Cancel() public method

public Cancel ( ) : string
return string

DeleteTitledTargetCommand() protected method

protected DeleteTitledTargetCommand ( ) : System
return System

DeleteTitledTargetCommand() protected method

protected DeleteTitledTargetCommand ( int targetID, string itemTitle ) : System
targetID int
itemTitle string
return System

Property Details

itemTitle protected_oe property

protected string itemTitle
return string