Click or drag to resize

ModuleOrder Class

Holds an ordered list of modules considering each module's uses-dependencies on other modules.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.moduleModuleOrder

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

The ModuleOrder type exposes the following members.

Constructors
  NameDescription
Public methodModuleOrder
Initializes a new instance of the ModuleOrder class
Top
Properties
  NameDescription
Public propertyOrdered
Returns the list of modules.
Top
See Also