Click or drag to resize

Stage Class

A stage in a data pathway.
Inheritance Hierarchy
SystemObject
  Demo3D.IOStage

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Stage

The Stage type exposes the following members.

Constructors
  NameDescription
Public methodStage
Constructs a new stage in the pathway.
Top
Properties
  NameDescription
Public propertyDescr
The stage type.
Public propertyServiceName
The name of the service that processes data at this stage in the pathway.
Top
Methods
  NameDescription
Public methodToString
Returns a string representation of this stage.
(Overrides ObjectToString.)
Top
See Also