C# 클래스 Atomia.Provisioning.Modules.Folders.Commands.FoldersCommand

Command which handles Template instances.
상속: ModuleCommandSimpleBase
파일 보기 프로젝트 열기: atomia/sample-plugins

공개 메소드들

메소드 설명
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