Table of Contents

XData.Module.Base Namespace

Classes

Name Description
TXDataBaseModule Base class for the XData server modules, holding the settings that apply to every request the module receives.
TXDataBaseRequest​Handler Processes a single XData HTTP request, holding its context and the settings that apply to it.

Enumerations

Name Description
TXDataFlushMode Defines how much of the object manager state is flushed to the database when the server saves the changes requested by the client.
TXDataPayloadFormat Identifies the format used to read and write request and response payloads.
TXDataPostMode Defines how the server applies a POST request to the database.
TXDataPutMode Defines how the server applies a PUT request to the database.
TXDataRouting​Precedence Defines which endpoint is used when the URL of an automatic CRUD endpoint conflicts with the URL of a service operation.