- Namespace
- Statiq
.Testing - Interfaces
-
- IPipelineCollection
- 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
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IPipelineCollection"]
click Interface0 "/api/Statiq.Common/IPipelineCollection"
Type-.->Interface1["IReadOnlyPipelineCollection"]
click Interface1 "/api/Statiq.Common/IReadOnlyPipelineCollection"
Type-.->Interface2["IReadOnlyDictionary<string, IReadOnlyPipeline>"]
Type-.->Interface3["IReadOnlyCollection<KeyValuePair<string, IReadOnlyPipeline>>"]
Type-.->Interface4["IEnumerable<KeyValuePair<string, IReadOnlyPipeline>>"]
Type-.->Interface5["IDictionary<string, IPipeline>"]
Type-.->Interface6["ICollection<KeyValuePair<string, IPipeline>>"]
Type-.->Interface7["IEnumerable<KeyValuePair<string, IPipeline>>"]
Type-.->Interface8["IEnumerable"]
Type["TestPipelineCollection"]
class Type type-node
Syntax
public class TestPipelineCollection : 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 | |
IsReadOnly | bool | |
Keys | ICollection |
|
this[string] | IPipeline | |
Values | ICollection |
Methods
Name | Return Value | Summary |
---|---|---|
Add |
void | |
Add |
void | |
Add |
IPipeline | |
Clear |
void | |
Contains |
bool | |
ContainsKey |
bool | |
CopyTo |
void | |
GetEnumerator |
IEnumerator |
|
Remove |
bool | |
Remove |
bool | |
TryGetValue |
bool | |
TryGetValue |
bool |