public interface IDataService
Any class implementing the IDataService interface exposes a
data service. Any method in this class fulfilling the following requirements
will then be exposed as an operation supported by the data service:
Input and output parameters must belong to the
DataServicesParameters class.
| Modifier and Type | Method and Description |
|---|---|
DataServiceMeta |
getMetaData()
Retrieves metadata about the data service.
|
DataServiceMeta getMetaData()
DataServiceMeta object that contains the metadata
for the current data service.