Pipeline Members

The Pipeline type exposes the following members.

Constructors

Name Description
Public method Pipeline Overloaded.

Initializes a new instance of the Pipeline class.

Methods

Name Description
Public method Add (Inherited from Collection<PipelineElement>.)
Public method Build

Builds this Pipeline and returns its root element.

Public method Clear (Inherited from Collection<PipelineElement>.)
Protected method ClearItems (Inherited from Collection<PipelineElement>.)
Public method Contains (Inherited from Collection<PipelineElement>.)
Public method CopyTo (Inherited from Collection<PipelineElement>.)
Public method DisposeAllElements

Releases all resources used by elements contained in this Pipeline.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<PipelineElement>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<PipelineElement>.)
Public method Insert (Inherited from Collection<PipelineElement>.)
Protected method InsertItem (Inherited from Collection<PipelineElement>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<PipelineElement>.)
Public method RemoveAt (Inherited from Collection<PipelineElement>.)
Protected method RemoveItem (Inherited from Collection<PipelineElement>.)
Public method Static member Run Overloaded.

Runs the Pipeline.

Protected method SetItem (Inherited from Collection<PipelineElement>.)
Public method ToString (Inherited from Object.)

Operators

Name Description
Public operator Static member Addition

Adds the specified Pipeline and file name.

Public operator Static member Implicit

Converts the root PipelineElement to a Pipeline.

Properties

Name Description
Public property Count (Inherited from Collection<PipelineElement>.)
Public property Item (Inherited from Collection<PipelineElement>.)
Protected property Items (Inherited from Collection<PipelineElement>.)

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IList.Add (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private method IList.Contains (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private method IEnumerable.GetEnumerator (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private method IList.Insert (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private property IList.IsFixedSize (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private property ICollection<T>.IsReadOnly (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private property IList.IsReadOnly (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private property ICollection.IsSynchronized (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private property IList.Item (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private method IList.Remove (Inherited from Collection<PipelineElement>.)
Explicit interface implemetation Private property ICollection.SyncRoot (Inherited from Collection<PipelineElement>.)

See Also

Reference