41 references to ICatalogCollection
ComSvcConfig (41)
ComAdminWrapper.cs (41)
49static bool FindApplication(string appidOrName, out ICatalogObject targetAppObj, out ICatalogCollection appColl)
64appColl = (ICatalogCollection)(catalog.GetCollection(CollectionName.Applications));
100ICatalogCollection appColl = null;
106ICatalogCollection comps = (ICatalogCollection)appColl.GetCollection(CollectionName.Components, appObj.Key());
126ICatalogCollection appColl = null;
133ICatalogCollection comps = (ICatalogCollection)appColl.GetCollection(CollectionName.Components, appObj.Key());
159ICatalogCollection appColl = null;
183ICatalogCollection partitions = (ICatalogCollection)(catalog.GetCollection(CollectionName.Partitions));
189ICatalogCollection applications = (ICatalogCollection)(partitions.GetCollection(CollectionName.Applications, partition.Key()));
242ICatalogCollection partitions = (ICatalogCollection)(catalog.GetCollection(CollectionName.Partitions));
243ICatalogCollection applications = (ICatalogCollection)(partitions.GetCollection(CollectionName.Applications, partitionID));
245ICatalogCollection components = (ICatalogCollection)applications.GetCollection(CollectionName.Components, applicationID);
416ICatalogCollection partitions = (ICatalogCollection)(catalog.GetCollection(CollectionName.Partitions));
417ICatalogCollection applications = (ICatalogCollection)(partitions.GetCollection(CollectionName.Applications, partitionID));
419ICatalogCollection components = (ICatalogCollection)applications.GetCollection(CollectionName.Components, applicationID);
481ICatalogCollection partitions = (ICatalogCollection)catalog.GetCollection(CollectionName.Partitions);
483ICatalogCollection applications = (ICatalogCollection)(partitions.GetCollection(CollectionName.Applications, partitionId));
485ICatalogCollection components = (ICatalogCollection)(applications.GetCollection(CollectionName.Components, applicationId));
545ICatalogCollection appColl = null;
575ICatalogCollection appColl = null;
614public ComAdminAppInfo(ICatalogObject appObj, ICatalogCollection appColl)
714void BuildClasses(ICatalogObject appObj, ICatalogCollection appColl)
727ICatalogCollection comps = (ICatalogCollection)appColl.GetCollection(CollectionName.Components, appObj.Key());
846public ComAdminClassInfo(ICatalogObject compObj, ICatalogCollection compColl)
855void BuildInterfaces(ICatalogObject compObj, ICatalogCollection compColl)
859ICatalogCollection interfaceColl = (ICatalogCollection)compColl.GetCollection(CollectionName.InterfacesForComponent, compObj.Key());