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

상속: ModuleCommandSimpleBase
파일 보기 프로젝트 열기: atomia/sample-plugins

공개 메소드들

메소드 설명
CallOperation ( string operationName, string operationArgument ) : string
FileCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth, string transContext ) : System

보호된 메소드들

메소드 설명
ExecuteAdd ( Base moduleService ) : void
ExecuteModify ( ModuleService oldService, ModuleService newService ) : void
ExecuteRemove ( Base moduleService ) : void
ValidateService ( Base moduleService ) : void

메소드 상세

CallOperation() 공개 메소드

public CallOperation ( string operationName, string operationArgument ) : string
operationName string
operationArgument string
리턴 string

ExecuteAdd() 보호된 메소드

protected ExecuteAdd ( Base moduleService ) : void
moduleService Base
리턴 void

ExecuteModify() 보호된 메소드

protected ExecuteModify ( ModuleService oldService, ModuleService newService ) : void
oldService ModuleService
newService ModuleService
리턴 void

ExecuteRemove() 보호된 메소드

protected ExecuteRemove ( Base moduleService ) : void
moduleService Base
리턴 void

FileCommand() 공개 메소드

public FileCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth, string transContext ) : System
service ModuleService
resource ResourceDescription
newServiceSettings ModuleService
commandType ModuleCommandType
listDepth int
transContext string
리턴 System

ValidateService() 보호된 메소드

protected ValidateService ( Base moduleService ) : void
moduleService Base
리턴 void