Beispiel #1
0
 public void AfterLoad()
 {
     Categories.AddHandlers(this, CategoryAdded, CategoriesChanged, CategoryRemoved);
     Providers.AddHandlers(this, ProviderAdded, ProvidersChanged, ProviderRemoved);
     PerNodeSettings.AddHandlers(this, PerNodeSettingAdded, PerNodeSettingsChanged, PerNodeSettingRemoved);
 }
Beispiel #2
0
 public void AfterLoad()
 {
     Instances.AddHandlers(this, InstanceAdded, InstancesChanged, InstanceRemoved);
 }
Beispiel #3
0
 public void AfterLoad()
 {
     Actions.AddHandlers(this, ActionAdded, ActionChanged, ActionRemoved);
     Applications.AddHandlers(this, ApplicationAdded, ApplicationsChanged, ApplicationRemoved);
 }
Beispiel #4
0
 public void AfterLoad()
 {
     Components.AddHandlers(this, ComponentAdded, ComponentsChanged, ComponentRemoved);
     Applications.AddHandlers(this, ApplicationAdded, ApplicationsChanged, ApplicationRemoved);
 }
Beispiel #5
0
 public void AfterLoad()
 {
     Nodes.AddHandlers(this, NodeAdded, NodesChanged, NodeRemoved);
 }
Beispiel #6
0
 public void AfterLoad()
 {
     Clusters.AddHandlers(this, ClusterAdded, ClustersChanged, ClusterRemoved);
     Instances.AddHandlers(this, InstanceAdded, InstancesChanged, InstanceRemoved);
     Clusters.ForEach(c => c.AfterLoad());
 }
Beispiel #7
0
 public void AfterLoad()
 {
     Applications.AddHandlers(this, ApplicationAdded, ApplicationsChanged, ApplicationRemoved);
     Stores.AddHandlers(this, StoreAdded, StoresChanged, StoreRemoved);
 }