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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_targetID int
_targetName string

공개 메소드들

메소드 설명
Cancel ( ) : string

보호된 메소드들

메소드 설명
DeleteTargetCommand ( ) : System
DeleteTargetCommand ( int targetID ) : System
DeleteTargetCommand ( string targetName, int targetID ) : System

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : string
리턴 string

DeleteTargetCommand() 보호된 메소드

protected DeleteTargetCommand ( ) : System
리턴 System

DeleteTargetCommand() 보호된 메소드

protected DeleteTargetCommand ( int targetID ) : System
targetID int
리턴 System

DeleteTargetCommand() 보호된 메소드

protected DeleteTargetCommand ( string targetName, int targetID ) : System
targetName string
targetID int
리턴 System

프로퍼티 상세

_targetID 보호되어 있는 프로퍼티

protected int _targetID
리턴 int

_targetName 보호되어 있는 프로퍼티

protected string _targetName
리턴 string