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

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

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