Interface IInfoBuilder
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public interface IInfoBuilder
Methods
|
Edit this page
View Source
Build()
Declaration
Dictionary<string, object> Build()
Returns
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Edit this page
View Source
WithInfo(Dictionary<String, Object>)
Declaration
IInfoBuilder WithInfo(Dictionary<string, object> details)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.Object> |
details |
|
Returns
|
Edit this page
View Source
WithInfo(String, Object)
Declaration
IInfoBuilder WithInfo(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Returns