ClassAIAssistantByRefAttribute
Class
Marks a property whose JSON value is a name-reference (string) that identifies an object defined elsewhere in the same report-item definition.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class AIAssistantByRefAttribute : Attribute
Inheritance: objectAttributeAIAssistantByRefAttribute
Constructors
AIAssistantByRefAttribute(string)
Initialises the attribute with the JSON Pointer path of the collection that holds the objects that can be referenced.
Declaration
cs-api-definition
public AIAssistantByRefAttribute(string collectionPath)
Parameters
collectionPath
string
JSON Pointer path from the root of the enclosing definition to the collection
whose items may be referenced, e.g. "/Axes".
Properties
CollectionPath
Gets the JSON Pointer path to the collection that contains the objects that can be referenced by name.
Declaration
cs-api-definition
public string CollectionPath { get; }
Property Value
string