Share via


HelpController Class

 

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

Inheritance Hierarchy

System.Object
  System.Web.Http.ApiController
    Microsoft.WindowsAzure.Mobile.Service.Controllers.HelpController

Syntax

public class HelpController : ApiController
public ref class HelpController : ApiController
type HelpController = 
    class
        inherit ApiController
    end
Public Class HelpController
    Inherits ApiController

Constructors

Name Description
System_CAPS_pubmethod HelpController()

Methods

Name Description
System_CAPS_pubmethod Api(String)

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_pubmethod Index()

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

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.Controllers Namespace

Return to top