C# Класс Atomia.Provisioning.Modules.Folders.Commands.FoldersCommand

Command which handles Template instances.
Наследование: ModuleCommandSimpleBase
Показать файл Открыть проект

Открытые методы

Метод Описание
CallOperation ( string operationName, string operationArgument ) : string

Calls the operation.

Execute ( ) : void

Executes this command.

FoldersCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System

Initializes a new instance of the InstanceCommand class.

Undo ( ) : void

Undoes this command.

Защищенные методы

Метод Описание
ExecuteAdd ( ModuleService moduleService ) : void

Executes the add.

ExecuteModify ( ModuleService oldService, ModuleService newService ) : void

Executes the modify.

ExecuteRemove ( ModuleService moduleService ) : void

Executes the remove.

ValidateService ( ModuleService moduleService ) : void

Validates the service.

Описание методов

CallOperation() публичный Метод

Calls the operation.
public CallOperation ( string operationName, string operationArgument ) : string
operationName string Name of the operation.
operationArgument string The operation argument.
Результат string

Execute() публичный Метод

Executes this command.
public Execute ( ) : void
Результат void

ExecuteAdd() защищенный Метод

Executes the add.
protected ExecuteAdd ( ModuleService moduleService ) : void
moduleService ModuleService The module service.
Результат void

ExecuteModify() защищенный Метод

Executes the modify.
protected ExecuteModify ( ModuleService oldService, ModuleService newService ) : void
oldService ModuleService The old service.
newService ModuleService The new service.
Результат void

ExecuteRemove() защищенный Метод

Executes the remove.
protected ExecuteRemove ( ModuleService moduleService ) : void
moduleService ModuleService The module service.
Результат void

FoldersCommand() публичный Метод

Initializes a new instance of the InstanceCommand class.
public FoldersCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System
service ModuleService The service.
resource ResourceDescription The resource.
newServiceSettings ModuleService The new service settings.
commandType ModuleCommandType Type of the command.
listDepth int The list depth.
Результат System

Undo() публичный Метод

Undoes this command.
public Undo ( ) : void
Результат void

ValidateService() защищенный Метод

Validates the service.
protected ValidateService ( ModuleService moduleService ) : void
moduleService ModuleService The module service.
Результат void