Click or drag to resize

ModuleOrderOptions Class

Options class passed to #GetModuleOrder(ICollection, ModuleOrderOptions)} for controlling the behavior of ordering and dependency checking logic.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.moduleModuleOrderOptions

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ModuleOrderOptions

The ModuleOrderOptions type exposes the following members.

Constructors
  NameDescription
Public methodModuleOrderOptions
Initializes a new instance of the ModuleOrderOptions class
Top
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