Beispiel #1
0
        protected virtual RelatableMap propertyObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.Add(this.Catalogs, "Catalogs");
            saveList.Add(this.Templates, "Templates");
            return(saveList);
        }
Beispiel #2
0
        private RelatableMap propertyObjects()
        {
            RelatableMap saveList = new RelatableMap();

            if (this.Scope != null)
            {
                saveList.Add(this.Scope, "Scope");
            }
            if (this.Location != null)
            {
                saveList.Add(this.Location, "Location");
            }
            return(saveList);
        }
        protected override RelatableMap linkedObjects()
        {
            RelatableMap saveList = base.linkedObjects();

            saveList.AddRange(this.IOModules, "IOModules");
            saveList.Add(this.Type, "Type");
            return(saveList);
        }
Beispiel #4
0
        protected override RelatableMap linkedObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.linkedObjects());
            saveList.Add(this.Manufacturer, "Manufacturer");
            return(saveList);
        }
Beispiel #5
0
        protected override RelatableMap propertyObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.propertyObjects());
            saveList.Add(this.Actuator, "Actuator");
            return(saveList);
        }
        protected override RelatableMap linkedObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.linkedObjects());
            saveList.Add(this.Type, "Type");
            saveList.AddRange(this.Controllers, "Controllers");
            return(saveList);
        }
Beispiel #7
0
        protected override RelatableMap linkedObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.linkedObjects());
            saveList.Add(this.Child, "Child");
            saveList.AddRange(this.ConnectionTypes, "ConnectionTypes");
            return(saveList);
        }
Beispiel #8
0
        protected override RelatableMap propertyObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.propertyObjects());
            saveList.AddRange(Instances, "Instances");
            saveList.Add("TypicalInstances");
            return(saveList);
        }
        protected override RelatableMap linkedObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.linkedObjects());
            saveList.AddRange(Children, "Children");
            saveList.Add(protocol, "Protocol");
            return(saveList);
        }
        protected virtual RelatableMap linkedObjects()
        {
            RelatableMap relatedList = new RelatableMap();

            if (this.ConduitType != null)
            {
                relatedList.Add(this.ConduitType, "ConduitType");
            }
            return(relatedList);
        }
        protected virtual RelatableMap propertyObjects()
        {
            RelatableMap saveList = new RelatableMap();

            if (this.ConduitType != null)
            {
                saveList.Add(this.ConduitType, "ConduitType");
            }
            return(saveList);
        }
        protected override RelatableMap propertyObjects()
        {
            RelatableMap saveList = new RelatableMap();

            saveList.AddRange(base.propertyObjects());
            if (this.Location != null)
            {
                saveList.Add(this.Location, "Location");
            }
            return(saveList);
        }
Beispiel #13
0
        protected override RelatableMap propertyObjects()
        {
            RelatableMap saveList = base.propertyObjects();

            saveList.Add(this.Parameters, "Parameters");
            saveList.Add(this.ExtraLabor, "ExtraLabor");
            saveList.Add(this.Schedule, "Schedule");
            saveList.AddRange(this.ScopeTree, "ScopeTree");
            saveList.AddRange(this.Notes, "Notes");
            saveList.AddRange(this.Exclusions, "Exclusions");
            saveList.AddRange(this.Systems, "Systems");
            saveList.AddRange(this.Controllers, "Controllers");
            saveList.AddRange(this.Panels, "Panels");
            saveList.AddRange(this.MiscCosts, "MiscCosts");
            saveList.AddRange(this.Locations, "Locations");
            saveList.AddRange(this.InternalNotes, "InternalNotes");
            saveList.AddRange(this.DistributionList, "DistributionList");
            saveList.AddRange(this.ToDoList, "ToDoList");
            saveList.AddRange(this.Documents, "Documents");
            return(saveList);
        }
        protected override RelatableMap linkedObjects()
        {
            RelatableMap saveList = new RelatableMap();
            RelatableMap baseMap  = base.linkedObjects();

            saveList.AddRange(baseMap);
            if (this.Location != null)
            {
                saveList.Add(this.Location, "Location");
            }
            return(saveList);
        }