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)

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

Public Class HelpPageApiModel

NameDescription
System_CAPS_pubmethodHelpPageApiModel()

Initializes a new instance of the HelpPageApiModel class.

NameDescription
System_CAPS_pubpropertyApiDescription

Gets or sets the ApiDescription that describes the API.

System_CAPS_pubpropertyErrorMessages

Gets the error messages associated with this model.

System_CAPS_pubpropertySampleRequests

Gets the sample requests associated with the API.

System_CAPS_pubpropertySampleResponses

Gets the sample responses associated with the API.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: