ClassReportResultAttribute
Represent an attribute that is used to mark properties, which changes report results to RadChat.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
[SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments")]
[AttributeUsage(AttributeTargets.Property)]
public sealed class ReportResultAttribute : Attribute
Inheritance: objectAttributeReportResultAttribute
Inherited Members
Constructors
ReportResultAttribute()
Initializes a new instance of the ReportResultAttribute class.
Declaration
public ReportResultAttribute()
ReportResultAttribute(Type)
Initializes a new instance of the ReportResultAttribute class.
Declaration
public ReportResultAttribute(Type resultFormatterType)
Parameters
resultFormatterType
ReportResultAttribute(Type, bool)
Initializes a new instance of the ReportResultAttribute class.
ReportResultAttribute(bool)
Initializes a new instance of the ReportResultAttribute class.
Declaration
public ReportResultAttribute(bool autoReport)
Parameters
autoReport
Properties
AutoReport
Gets or sets a value that indicates whether the property will automatically report on change.
ResultFormatter
Gets the result formatter associated with the attribute.
Declaration
public IFormatResult ResultFormatter { get; }
Property Value