Share via


ModuleCatalog Members

Include Protected Members
Include Inherited Members

The ModuleCatalog type exposes the following members.

Constructors

  Name Description
Ff653864.pubmethod(en-us,PandP.10).gif ModuleCatalog Overloaded.

Methods

  Name Description
Ff653864.pubmethod(en-us,PandP.10).gif AddGroup
Creates and adds a ModuleInfoGroup to the catalog.
Ff653864.pubmethod(en-us,PandP.10).gif AddModule Overloaded.
Ff653864.pubmethod(en-us,PandP.10).gif CompleteListWithDependencies
Returns a list of ModuleInfos that contain both the ModuleInfos in modules, but also all the modules they depend on.
Ff653864.pubmethod(en-us,PandP.10).gifFf653864.static(en-us,PandP.10).gif CreateFromXaml Overloaded.
Ff653864.protmethod(en-us,PandP.10).gif EnsureCatalogValidated
Ensures that the catalog is validated.
Ff653864.pubmethod(en-us,PandP.10).gif Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Ff653864.protmethod(en-us,PandP.10).gif Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Ff653864.pubmethod(en-us,PandP.10).gif GetDependentModules
Return the list of ModuleInfos that moduleInfo depends on.
Ff653864.protmethod(en-us,PandP.10).gif GetDependentModulesInner
Returns the ModuleInfo on which the received module dependens on.
Ff653864.pubmethod(en-us,PandP.10).gif GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Ff653864.pubmethod(en-us,PandP.10).gif GetType
Gets the Type of the current instance.
(Inherited from Object.)
Ff653864.pubmethod(en-us,PandP.10).gif Initialize
Initializes the catalog, which may load and validate the modules.
Ff653864.protmethod(en-us,PandP.10).gif InnerLoad
Does the actual work of loading the catalog. The base implementation does nothing.
Ff653864.pubmethod(en-us,PandP.10).gif Load
Loads the catalog if necessary.
Ff653864.protmethod(en-us,PandP.10).gif MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Ff653864.protmethod(en-us,PandP.10).gifFf653864.static(en-us,PandP.10).gif SolveDependencies
Checks for cyclic dependencies, by calling the dependencysolver.
Ff653864.protmethod(en-us,PandP.10).gif Sort
Sorts a list of ModuleInfos. This method is called by CompleteListWithDependencies(IEnumerable<ModuleInfo>) to return a sorted list.
Ff653864.pubmethod(en-us,PandP.10).gif ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Ff653864.pubmethod(en-us,PandP.10).gif Validate
Validates the ModuleCatalog.
Ff653864.protmethod(en-us,PandP.10).gif ValidateCrossGroupDependencies
Ensures that there are no dependencies between modules on different groups.
Ff653864.protmethod(en-us,PandP.10).gifFf653864.static(en-us,PandP.10).gif ValidateDependencies
Ensures that all the dependencies within modules refer to ModuleInfos within that list.
Ff653864.protmethod(en-us,PandP.10).gif ValidateDependenciesInitializationMode
Ensures that there are no modules marked to be loaded WhenAvailable depending on modules loaded OnDemand
Ff653864.protmethod(en-us,PandP.10).gif ValidateDependencyGraph
Ensures that there are no cyclic dependencies.
Ff653864.protmethod(en-us,PandP.10).gif ValidateUniqueModules
Makes sure all modules have an Unique name.

Properties

  Name Description
Ff653864.protproperty(en-us,PandP.10).gif GrouplessModules
Returns the list of ModuleInfos that are not contained within any ModuleInfoGroup.
Ff653864.pubproperty(en-us,PandP.10).gif Groups
Gets the ModuleInfoGroups that have been added to the ModuleCatalog.
Ff653864.pubproperty(en-us,PandP.10).gif Items
Gets the items in the ModuleCatalog. This property is mainly used to add ModuleInfoGroups or ModuleInfos through XAML.
Ff653864.pubproperty(en-us,PandP.10).gif Modules
Gets all the ModuleInfo classes that are in the ModuleCatalog, regardless if they are within a ModuleInfoGroup or not.
Ff653864.protproperty(en-us,PandP.10).gif Validated
Gets or sets a value that remembers whether the ModuleCatalog has been validated already.

See Also

ModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace