Class
AIAssistantRenameAttribute

Overrides the property name used in the AI-assistant JSON schema.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class AIAssistantRenameAttribute : Attribute

Inheritance: objectAttributeAIAssistantRenameAttribute

Constructors

AIAssistantRenameAttribute(string)

Initializes a new instance of AIAssistantRenameAttribute.

Declaration

cs-api-definition
public AIAssistantRenameAttribute(string name)

Parameters

name

string

The name to use in the generated JSON Schema.

Properties

Name

Gets the schema property name to use instead of the CLR property name.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string