Table of Contents

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

Dictionary<string, object>

WithInfo(Dictionary<string, object>)

public IInfoBuilder WithInfo(Dictionary<string, object> items)

Parameters

items Dictionary<string, object>

Returns

IInfoBuilder

WithInfo(string, object)

public IInfoBuilder WithInfo(string key, object value)

Parameters

key string
value object

Returns

IInfoBuilder