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:
C#
[AttributeUsage(AttributeTargets.Property)]
public sealed class ReportResultAttribute : Attribute
Inheritance: objectAttributeReportResultAttribute
Inherited Members
Constructors
Initializes a new instance of the ReportResultAttribute class.
C#
public ReportResultAttribute()
Initializes a new instance of the ReportResultAttribute class.
Initializes a new instance of the ReportResultAttribute class.
Initializes a new instance of the ReportResultAttribute class.
Properties
Gets or sets a value that indicates whether the property will automatically report on change.
C#
public bool AutoReport { get; set; }
Gets the result formatter associated with the attribute.
C#
public IFormatResult ResultFormatter { get; }