Share via


HelpPageApiModel Class

 

The model that represents an API displayed on the help page.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Models.HelpPageApiModel

Syntax

public class HelpPageApiModel
public ref class HelpPageApiModel 
type HelpPageApiModel = class end
Public Class HelpPageApiModel

Constructors

Name Description
System_CAPS_pubmethod HelpPageApiModel()

Initializes a new instance of the HelpPageApiModel class.

Properties

Name Description
System_CAPS_pubproperty ApiDescription

Gets or sets the ApiDescription that describes the API.

System_CAPS_pubproperty ErrorMessages

Gets the error messages associated with this model.

System_CAPS_pubproperty SampleRequests

Gets the sample requests associated with the API.

System_CAPS_pubproperty SampleResponses

Gets the sample responses associated with the API.

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

Return to top