The Pipeline type exposes the following members.
Name | Description | |
---|---|---|
Pipeline | Overloaded. Initializes a new instance of the Pipeline class. |
Name | Description | |
---|---|---|
Add | (Inherited from Collection<PipelineElement>.) | |
Build |
Builds this Pipeline and returns its root element. |
|
Clear | (Inherited from Collection<PipelineElement>.) | |
ClearItems | (Inherited from Collection<PipelineElement>.) | |
Contains | (Inherited from Collection<PipelineElement>.) | |
CopyTo | (Inherited from Collection<PipelineElement>.) | |
DisposeAllElements |
Releases all resources used by elements contained in this Pipeline. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<PipelineElement>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<PipelineElement>.) | |
Insert | (Inherited from Collection<PipelineElement>.) | |
InsertItem | (Inherited from Collection<PipelineElement>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from Collection<PipelineElement>.) | |
RemoveAt | (Inherited from Collection<PipelineElement>.) | |
RemoveItem | (Inherited from Collection<PipelineElement>.) | |
Run | Overloaded. Runs the Pipeline. |
|
SetItem | (Inherited from Collection<PipelineElement>.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Addition |
Adds the specified Pipeline and file name. |
|
Implicit |
Converts the root PipelineElement to a Pipeline. |
Name | Description | |
---|---|---|
Count | (Inherited from Collection<PipelineElement>.) | |
Item | (Inherited from Collection<PipelineElement>.) | |
Items | (Inherited from Collection<PipelineElement>.) |
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<PipelineElement>.) | |
IList.Contains | (Inherited from Collection<PipelineElement>.) | |
ICollection.CopyTo | (Inherited from Collection<PipelineElement>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<PipelineElement>.) | |
IList.IndexOf | (Inherited from Collection<PipelineElement>.) | |
IList.Insert | (Inherited from Collection<PipelineElement>.) | |
IList.IsFixedSize | (Inherited from Collection<PipelineElement>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<PipelineElement>.) | |
IList.IsReadOnly | (Inherited from Collection<PipelineElement>.) | |
ICollection.IsSynchronized | (Inherited from Collection<PipelineElement>.) | |
IList.Item | (Inherited from Collection<PipelineElement>.) | |
IList.Remove | (Inherited from Collection<PipelineElement>.) | |
ICollection.SyncRoot | (Inherited from Collection<PipelineElement>.) |