ApiGroup Constructor (HttpControllerDescriptor, IEnumerable(Of ApiDescription))

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
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.

Return to top
Show: