ApiGroup Constructor (HttpControllerDescriptor, IEnumerable(Of ApiDescription))
Initializes a new instance of the ApiGroup for a given controller.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Public Sub New ( key As HttpControllerDescriptor, items As IEnumerable(Of ApiDescription) )
Parameters
- key
-
Type:
System.Web.Http.Controllers.HttpControllerDescriptor
The HttpControllerDescriptor describing the ApiController.
- items
-
Type:
System.Collections.Generic.IEnumerable(Of ApiDescription)
The set of ApiDescription describing the controller actions.
Show: