ITMSMCPDescriptionAttribute Interface
Carries the human-readable description of a method or of a single parameter.
API unit family: TMS.MCP.Attributes
Extends: ITMSMCPCustomValueAttribute
Syntax
ITMSMCPDescriptionAttribute = interface(ITMSMCPCustomValueAttribute)
Remarks
The description is sent to the client together with the generated schema and is the main hint a model uses to decide when to call the method and what to pass to it.
Properties
| Name | Description |
|---|---|
| Value | Text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute) |
Methods
| Name | Description |
|---|---|
| GetValue | Returns the text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute) |
| SetValue | Replaces the text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute) |