Table of Contents

Class JdAiPluginAttribute

Namespace
JD.AI.Plugins.SDK
Assembly
JD.AI.Plugins.SDK.dll

Attribute to mark a class as a JD.AI plugin for assembly scanning.

[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class JdAiPluginAttribute : Attribute
Inheritance
JdAiPluginAttribute
Inherited Members

Properties

Id

public string? Id { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string