Summary
A test implementation of
Wyam.Common.Meta.IMetadata
.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Meta - Interfaces
-
- IMetadata
- IReadOnlyDictionary
<string, Object> - IDictionary
<string, Object> - ITypeConversions
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IMetadata"]
click Interface0 "/api/Wyam.Common.Meta/IMetadata"
Type-.->Interface1["IReadOnlyDictionary<string, Object>"]
Type-.->Interface2["IDictionary<string, Object>"]
Type-.->Interface3["ITypeConversions"]
click Interface3 "/api/Wyam.Testing.Meta/ITypeConversions"
Type["TestMetadata"]
class Type type-node
Syntax
public class TestMetadata : IMetadata, IReadOnlyDictionary<string, Object>,
IDictionary<string, Object>, ITypeConversions
Constructors
Name | Summary |
---|---|
TestMetadata |
|
TestMetadata |
Properties
Name | Value | Summary |
---|---|---|
Count | int | |
IsReadOnly | bool | |
Keys | IEnumerable |
|
this[string] | Object | |
TypeConversions | Dictionary |
|
Values | IEnumerable |
Methods
Name | Value | Summary |
---|---|---|
Add |
void | |
Add |
void | |
AddTypeConversion |
void | |
Clear |
void | |
Contains |
bool | |
ContainsKey |
bool | |
CopyTo |
void | |
Get |
Object | |
Get |
T | |
Get |
T | |
GetEnumerator |
IEnumerator |
|
GetMetadata |
IMetadata | |
GetRaw |
Object | |
MetadataAs |
IMetadata |
|
Remove |
bool | |
Remove |
bool | |
TryGetValue |
bool | |
TryGetValue |
bool |
Tries to get the value for the specified key.
|