Click or drag to resize

ModuleOrderOptions Properties

The ModuleOrderOptions type exposes the following members.

Properties
  NameDescription
Public propertyIsCheckCircularDependency
Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check.
Public propertyIsCheckUses
Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e. all dependent modules are either deployed or are part of the modules passed in, or false to not perform the checking.
Top
See Also