ClassResultFormatter<T>
Class
Represents a formatter that is used by ReportResultAttribute.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class ResultFormatter<T> : IFormatResult
Inheritance: objectResultFormatter<T>
Implements:
Constructors
ResultFormatter(Func<T, string>)
Initializes a new instance of the ResultFormatter<T> class.
Properties
ResultFormatFunc
Gets or sets the formatting function.
Methods
FormatResult(T)
Invokes the formatting function.
FormatResult(object)
Invokes the formatting function.