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)

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

type ApiGroup = class end

NameDescription
System_CAPS_pubmethodApiGroup(HttpControllerDescriptor, IEnumerable<ApiDescription>)

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

NameDescription
System_CAPS_pubpropertyApiDescriptions

The set of ApiDescription describing actions provided by this ApiController.

System_CAPS_pubpropertyControllerDescriptor

Gets the HttpControllerDescriptor representing the ApiController this ApiGroup is describing.

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: