#FusionEndPoint
##Properties
None.
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ProcessRequest(System.Web.HttpRequest,System.Web.HttpResponse,Izenda.Fusion.DataExtractor) Enables requests from OData sources to have their commands processed on the server and returned as a System.Web.HttpResponse.
Parameters:
- System.Web.HttpRequest request - The System.Web.HttpRequest containing the OData command to be processed and the URL of the OData endpoint.
- System.Web.HttpResponse response - The System.Web.HttpResponse that will contain the UTF8-encoded serialized results of the command after it has been processed.
- Izenda.Fusion.DataExtractor extractor - The Izenda.Fusion.DataExtractor that will be used to perform the database operation associated with the OData command.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
