C# Class Subtext.Web.Admin.DeleteTargetsCommand

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

Protected Properties

Свойство Type Description
_targetIDs IList
_targetName string

Méthodes publiques

Méthode Description
Cancel ( ) : string

Cancels the command.

Méthodes protégées

Méthode Description
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.

Method Details

Cancel() public méthode

Cancels the command.
public Cancel ( ) : string
Résultat string

DeleteTargetsCommand() protected méthode

Creates a new DeleteTargetsCommand instance.
protected DeleteTargetsCommand ( ) : System
Résultat System

DeleteTargetsCommand() protected méthode

Creates a new DeleteTargetsCommand instance.
protected DeleteTargetsCommand ( IList targetIDs ) : System
targetIDs IList Target ID.
Résultat System

DeleteTargetsCommand() protected méthode

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

Property Details

_targetIDs protected_oe property

protected IList _targetIDs
Résultat IList

_targetName protected_oe property

protected string _targetName
Résultat string