Table of Contents

Class ConsoleMessageMetricPartFactory

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll

Creates placeholder / metric parts.

public static class ConsoleMessageMetricPartFactory
Inheritance
ConsoleMessageMetricPartFactory
Inherited Members

Methods

CreatePlaceholderPart(PlaceholderKind, string, double)

A metric part for a numeric value.

public static ConsoleMessagePart CreatePlaceholderPart(PlaceholderKind kind, string placeholder, double value)

Parameters

kind PlaceholderKind
placeholder string
value double

Returns

ConsoleMessagePart

CreatePlaceholderPart(string, string)

A metric part for a literal string value.

public static ConsoleMessagePart CreatePlaceholderPart(string placeholder, string value)

Parameters

placeholder string
value string

Returns

ConsoleMessagePart