A collection of pipelines.
- Namespace
- Statiq
.Common - Interfaces
-
- I
Read Only Pipeline Collection - IReadOnlyDictionary
<string, IReadOnlyPipeline> - IReadOnlyCollection
<KeyValuePair <string, IReadOnlyPipeline> > - IEnumerable
<KeyValuePair <string, IReadOnlyPipeline> > - IDictionary
<string, IPipeline> - ICollection
<KeyValuePair <string, IPipeline> > - IEnumerable
<KeyValuePair <string, IPipeline> > - IEnumerable
- I
- Implementing Types
graph BT
Type-.->Interface0["IReadOnlyPipelineCollection"]
click Interface0 "/api/Statiq.Common/IReadOnlyPipelineCollection"
Type-.->Interface1["IReadOnlyDictionary<string, IReadOnlyPipeline>"]
Type-.->Interface2["IReadOnlyCollection<KeyValuePair<string, IReadOnlyPipeline>>"]
Type-.->Interface3["IEnumerable<KeyValuePair<string, IReadOnlyPipeline>>"]
Type-.->Interface4["IDictionary<string, IPipeline>"]
Type-.->Interface5["ICollection<KeyValuePair<string, IPipeline>>"]
Type-.->Interface6["IEnumerable<KeyValuePair<string, IPipeline>>"]
Type-.->Interface7["IEnumerable"]
Type["IPipelineCollection"]
class Type type-node
Implementing0["TestPipelineCollection"]-.->Type
click Implementing0 "/api/Statiq.Testing/TestPipelineCollection"
Syntax
public interface IPipelineCollection : IReadOnlyPipelineCollection,
IReadOnlyDictionary<string, IReadOnlyPipeline>,
IReadOnlyCollection<KeyValuePair<string, IReadOnlyPipeline>>,
IEnumerable<KeyValuePair<string, IReadOnlyPipeline>>, IDictionary<string, IPipeline>,
ICollection<KeyValuePair<string, IPipeline>>, IEnumerable<KeyValuePair<string, IPipeline>>,
IEnumerable
Properties
Name | Property Type | Summary |
---|---|---|
Count | int | |
Keys | ICollection |
|
this[string] | IPipeline | |
Values | ICollection |
Methods
Name | Return Value | Summary |
---|---|---|
Add |
IPipeline | |
AsEnumerable |
IEnumerable |
|
ContainsKey |
bool | |
GetEnumerator |
IEnumerator |
|
TryGetValue |
bool |