Class InfoBuilder
- Namespace
- Steeltoe.Management.Endpoint.Info
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class InfoBuilder : IInfoBuilder
- Inheritance
-
InfoBuilder
- Implements
- Inherited Members
Methods
Build()
public Dictionary<string, object> Build()
Returns
WithInfo(Dictionary<string, object>)
public IInfoBuilder WithInfo(Dictionary<string, object> items)
Parameters
items
Dictionary<string, object>
Returns
WithInfo(string, object)
public IInfoBuilder WithInfo(string key, object value)