Atomia.Provisioning.Modules.Haproxy.Commands.HaproxyCommandBase.HaproxyCommandBase C# (CSharp) Метод

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

public HaproxyCommandBase ( ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth ) : System
service ModuleService
resource ResourceDescription
newServiceSettings ModuleService
commandType ModuleCommandType
listDepth int
Результат System
        public HaproxyCommandBase(ModuleService service, ResourceDescription resource, ModuleService newServiceSettings, ModuleCommandType commandType, int listDepth)
            : base(service, resource, newServiceSettings, commandType, listDepth)
        {
            this.jsonSerializer = new JavaScriptSerializer();
        }