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

            this.customerInfrastructureNetworkFirewall = new CustomerInfrastructureNetworkFirewall();

            this.customerInfrastructureNetworkFirewall.CustomerInfrastructureNetwork = this.CustomerInfrastructureNetwork;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureNetworkCommutator = new CustomerInfrastructureNetworkCommutator();

            this.customerInfrastructureNetworkCommutator.CustomerInfrastructureNetwork = this.CustomerInfrastructureNetwork;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureNetworkCabling = new CustomerInfrastructureNetworkCabling();

            this.customerInfrastructureNetworkCabling.CustomerInfrastructureNetwork = this.CustomerInfrastructureNetwork;
        }
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureNetworkCabling = new CustomerInfrastructureNetworkCabling();

            this.customerInfrastructureNetworkCabling.CustomerInfrastructureNetwork = this.CustomerInfrastructureNetwork;
            this.customerInfrastructureNetworkCabling.Activated = true;
            this.customerInfrastructureNetworkCabling.Deleted   = false;
        }
コード例 #5
0
        protected override void CreateRelation()
        {
            base.CreateRelation();

            this.customerInfrastructureNetworkSwitch = new CustomerInfrastructureNetworkSwitch();

            this.customerInfrastructureNetworkSwitch.CustomerInfrastructureNetwork
                = this.CustomerInfrastructureNetwork;
            this.customerInfrastructureNetworkSwitch.Activated = true;
            this.customerInfrastructureNetworkSwitch.Deleted   = false;
        }