Generic pump_stage, identifies a pump who's curve should be added to a multi-stage pump. Should always be using a subclass of this class. Never use pump_stage directly. See the diameter_stage class instead.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class pump_stage
Visual Basic
Public MustInherit Class pump_stage
Visual C++
public ref class pump_stage abstract

Inheritance Hierarchy

System..::..Object
  configuration_services..::..pump_stage
    configuration_services..::..catalog_stage

See Also