Share via


ApiGroup Class

 

Defines the set of API descriptions for the actions exposed by an ApiController. This information is used to generate the help page for a service.

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.ApiGroup

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ApiGroup(HttpControllerDescriptor, IEnumerable<ApiDescription>)

Initializes a new instance of the ApiGroup for a given controller.

Properties

Name Description
System_CAPS_pubproperty ApiDescriptions

The set of ApiDescription describing actions provided by this ApiController.

System_CAPS_pubproperty ControllerDescriptor

Gets the HttpControllerDescriptor representing the ApiController this ApiGroup is describing.

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