ServiceImplementationAttribute Class
Flags a class as the implementation of a service contract.
Remarks
The class must implement an interface flagged with ServiceContractAttribute. The XData server module finds the flagged classes automatically, and creates an instance of the class to execute each service operation request.
Syntax
Unit: XData.Service.Common
ServiceImplementationAttribute = class(TCustomAttribute);