protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureAdministationSoftware = new CustomerInfrastructureAdministationSoftware();
            this.customerInfrastructureAdministationSoftware.CustomerInfrastructure = this.CustomerInfrastructure;
        }
Exemple #2
0
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureISP = new CustomerInfrastructureISP();

            this.customerInfrastructureISP.CustomerInfrastructure = this.CustomerInfrastructure;
        }
Exemple #3
0
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureTelephony = new CustomerInfrastructureTelephony();

            this.customerInfrastructureTelephony.CustomerInfrastructure = this.CustomerInfrastructure;
        }
Exemple #4
0
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructurePersonalComputer = new CustomerInfrastructurePersonalComputer();

            this.customerInfrastructurePersonalComputer.CustomerInfrastructure = this.CustomerInfrastructure;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureServerComputer = new CustomerInfrastructureServerComputer();
            this.customerInfrastructureServerComputer.CustomerInfrastructure = this.CustomerInfrastructure;
            this.controlCustomerInfrastructureServerComputers.mtoCustomerInfrastructureServerComputerDBMSs
            .CustomerInfrastructureServerComputer = this.customerInfrastructureServerComputer;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureSecuritySoftware = new CustomerInfrastructureSecuritySoftware();

            this.customerInfrastructureSecuritySoftware.CustomerInfrastructure = this.CustomerInfrastructure;
            this.customerInfrastructureSecuritySoftware.Activated = true;
            this.customerInfrastructureSecuritySoftware.Deleted   = false;
        }
Exemple #7
0
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructurePrinter = new CustomerInfrastructurePrinter();

            this.customerInfrastructurePrinter.CustomerInfrastructure = this.CustomerInfrastructure;
            this.customerInfrastructurePrinter.Activated = true;
            this.customerInfrastructurePrinter.Deleted   = false;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureCCTV = new CustomerInfrastructureCCTV();

            this.customerInfrastructureCCTV.CustomerInfrastructure = this.CustomerInfrastructure;
            this.customerInfrastructureCCTV.Activated = true;
            this.customerInfrastructureCCTV.Deleted   = false;
        }