C# Class Atomia.Provisioning.Modules.Folders.Commands.FileCommand

Inheritance: ModuleCommandSimpleBase
Afficher le fichier Open project: atomia/sample-plugins

Méthodes publiques

Méthode Description
CallOperation ( string operationName, string operationArgument ) : string
FileCommand ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth, string transContext ) : System

Méthodes protégées

Méthode Description
ExecuteAdd ( Base moduleService ) : void
ExecuteModify ( ModuleService oldService, ModuleService newService ) : void
ExecuteRemove ( Base moduleService ) : void
ValidateService ( Base moduleService ) : void

Method Details

CallOperation() public méthode

public CallOperation ( string operationName, string operationArgument ) : string
operationName string
operationArgument string
Résultat string

ExecuteAdd() protected méthode

protected ExecuteAdd ( Base moduleService ) : void
moduleService Base
Résultat void

ExecuteModify() protected méthode

protected ExecuteModify ( ModuleService oldService, ModuleService newService ) : void
oldService ModuleService
newService ModuleService
Résultat void

ExecuteRemove() protected méthode

protected ExecuteRemove ( Base moduleService ) : void
moduleService Base
Résultat void

FileCommand() public méthode

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
Résultat System

ValidateService() protected méthode

protected ValidateService ( Base moduleService ) : void
moduleService Base
Résultat void