Interface IInfoBuilder
public interface IInfoBuilder
Methods
Build()
Dictionary<string, object> Build()
Returns
WithInfo(Dictionary<string, object>)
IInfoBuilder WithInfo(Dictionary<string, object> details)
Parameters
detailsDictionary<string, object>
Returns
WithInfo(string, object)
IInfoBuilder WithInfo(string key, object value)