Exemplo n.º 1
0
        }//Devlayout Constructor Valued

        public Devlayout()
        {
            Devices              = new string[0];
            LayoutSettings       = new Layoutsetting[0];
            DeviceIO             = new DeviceIO[0];
            this.dvLtAutoId      = 0;
            this.dvLtName        = "";
            this.dvLtVersion     = "";
            this.dvLtDescription = "";
            this.dvLtLastUpdate  = "";
            this.dvLtType        = 0;
        }// Devlayout Constructor
Exemplo n.º 2
0
        }// Rootobject Constructor Valued

        public Rootobject()
        {
            DeviceIO           = new DeviceIO[0];
            DevLayout          = new Devlayout();
            Stuff              = new string[0];
            this.devAutoId     = 0;
            this.devCode       = "";
            this.devType       = "";
            this.devApi        = "";
            this.devApiKey     = "";
            this.devLocation   = "";
            this.devIP         = "";
            this.devAdmin      = "";
            this.devPass       = "";
            this.devLayoutId   = 0;
            this.devLayoutIOId = 0;
        }//Rootobject Constructor