C# Класс Subtext.Web.Admin.DeleteTargetsCommand

Наследование: ConfirmCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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