ConsumesAttribute.Create Constructor
Creates the attribute with the given content type.
Syntax
Unit: XData.Service.Common
constructor ConsumesAttribute.Create(const AContentType: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AContentType | string | The content type accepted by the service operation. |