Atomia.Provisioning.Modules.Folders.Commands.FoldersCommand.FoldersCommand C# (CSharp) Метод

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
        public FoldersCommand(ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth)
            : base(service, resource, newServiceSettings, commandType, listDepth)
        {
            this.resource = resource;
            this.service = service;
            this.newServiceSettings = newServiceSettings;
            this.commandType = commandType;
            this.listDepth = listDepth;
        }