ServiceApiExplorer Class

 

An implementation of ApiExplorer which ensures that the ApiController instances are registered correctly with the help page generator.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.Description.ApiExplorer
    Microsoft.WindowsAzure.Mobile.Service.Description.ServiceApiExplorer

Syntax

public class ServiceApiExplorer : ApiExplorer
public ref class ServiceApiExplorer : ApiExplorer
type ServiceApiExplorer = 
    class
        inherit ApiExplorer
    end
Public Class ServiceApiExplorer
    Inherits ApiExplorer

Constructors

Name Description
System_CAPS_pubmethod ServiceApiExplorer(HttpConfiguration)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ShouldExploreController(String, HttpControllerDescriptor, IHttpRoute)

(Overrides ApiExplorer.ShouldExploreController(String, HttpControllerDescriptor, IHttpRoute).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Description Namespace

Return to top