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