C# Class Subtext.Web.Admin.DeleteCommentCommand

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

Public Methods

Method Description
DeleteCommentCommand ( int postID ) : System

Creates a new DeleteCommentCommand instance.

Execute ( ) : string

Executes this instance.

Method Details

DeleteCommentCommand() public method

Creates a new DeleteCommentCommand instance.
public DeleteCommentCommand ( int postID ) : System
postID int Post ID.
return System

Execute() public method

Executes this instance.
public Execute ( ) : string
return string