C# Class Subtext.Web.Admin.DeleteTargetCommand

Inheritance: ConfirmCommand
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
_targetID int
_targetName string

Méthodes publiques

Méthode Description
Cancel ( ) : string

Méthodes protégées

Méthode Description
DeleteTargetCommand ( ) : System
DeleteTargetCommand ( int targetID ) : System
DeleteTargetCommand ( string targetName, int targetID ) : System

Method Details

Cancel() public méthode

public Cancel ( ) : string
Résultat string

DeleteTargetCommand() protected méthode

protected DeleteTargetCommand ( ) : System
Résultat System

DeleteTargetCommand() protected méthode

protected DeleteTargetCommand ( int targetID ) : System
targetID int
Résultat System

DeleteTargetCommand() protected méthode

protected DeleteTargetCommand ( string targetName, int targetID ) : System
targetName string
targetID int
Résultat System

Property Details

_targetID protected_oe property

protected int _targetID
Résultat int

_targetName protected_oe property

protected string _targetName
Résultat string