ModuleCatalog.ValidateCrossGroupDependencies Method

Ensures that there are no dependencies between modules on different groups.

Namespace:  Microsoft.Practices.Composite.Modularity
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Protected Overridable Sub ValidateCrossGroupDependencies
protected virtual void ValidateCrossGroupDependencies()
protected:
virtual void ValidateCrossGroupDependencies()
function validateCrossGroupDependencies();

Remarks

A groupless module can only depend on other groupless modules. A module within a group can depend on other modules within the same group and/or on groupless modules.

See Also

ModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace