C# 클래스 Subtext.Web.Admin.DeleteTargetsCommand

상속: ConfirmCommand
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
_targetIDs IList
_targetName string

공개 메소드들

메소드 설명
Cancel ( ) : string

Cancels the command.

보호된 메소드들

메소드 설명
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.

메소드 상세

Cancel() 공개 메소드

Cancels the command.
public Cancel ( ) : string
리턴 string

DeleteTargetsCommand() 보호된 메소드

Creates a new DeleteTargetsCommand instance.
protected DeleteTargetsCommand ( ) : System
리턴 System

DeleteTargetsCommand() 보호된 메소드

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

DeleteTargetsCommand() 보호된 메소드

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

프로퍼티 상세

_targetIDs 보호되어 있는 프로퍼티

protected IList _targetIDs
리턴 IList

_targetName 보호되어 있는 프로퍼티

protected string _targetName
리턴 string