TXDataController.ServiceClass Property
Gets or sets the class that implements the service contract.
Remarks
It is assigned by the server module, from the classes marked with the XData.Service.Common.ServiceImplementationAttribute attribute. An instance of the class is created to execute each service operation request.
Syntax
Unit: XData.Model.Classes
property TXDataController.ServiceClass: TClass