ITMSMCPURITemplateAttribute Interface
Carries the URI template a parameterized resource is published under.
API unit family: TMS.MCP.Attributes
Extends: ITMSMCPCustomValueAttribute
Syntax
ITMSMCPURITemplateAttribute = interface(ITMSMCPCustomValueAttribute)
Remarks
Use a template such as file:///logs/{name}.txt when one method serves a family of resources; the concrete URI the client requested is passed to the method at read time.
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) |