Base for pump_stages who's info comes directly from a pump catalog. Should always be using a subclass of this class. Never use catalog_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 catalog_stage : pump_stage
Visual Basic
Public MustInherit Class catalog_stage _
	Inherits pump_stage
Visual C++
public ref class catalog_stage abstract : public pump_stage

Inheritance Hierarchy

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

See Also