Overrides the property name used in the AI-assistant JSON schema.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class AIAssistantRenameAttribute : Attribute
Inheritance: objectAttributeAIAssistantRenameAttribute
Constructors
Initializes a new instance of AIAssistantRenameAttribute.
C#
public AIAssistantRenameAttribute(string name)
The name to use in the generated JSON Schema.
Properties
Name
string
Gets the schema property name to use instead of the CLR property name.
C#
public string Name { get; }