Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PipelineObject
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PipelineObject()()()() | Initializes a new instance of the PipelineObject class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Fields | 
            Key-value pairs that define the properties of the object.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Id | 
            Identifier of the object.
             
             Constraints: | 
|  | Name | 
            Name of the object.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFields(array<Field>[]()[][]) | Obsolete. 
            Adds elements to the Fields collection
             | 
|  | WithFields(IEnumerable<(Of <<'(Field>)>>)) | Obsolete. 
            Adds elements to the Fields collection
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PipelineObject |