Class InfoBuilder
Inheritance
System.Object
InfoBuilder
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class InfoBuilder : object
Methods
|
Edit this page
View Source
Build()
Declaration
public IDictionary<string, object> Build()
Returns
Type |
Description |
IDictionary<System.String, System.Object> |
|
|
Edit this page
View Source
WithInfo(IDictionary<String, Object>)
Declaration
public InfoBuilder WithInfo(IDictionary<string, object> details)
Parameters
Type |
Name |
Description |
IDictionary<System.String, System.Object> |
details |
|
Returns
|
Edit this page
View Source
WithInfo(String, Object)
Declaration
public InfoBuilder WithInfo(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
Returns