ApiGroup(HttpControllerDescriptor, IEnumerable<ApiDescription>) Constructor

Definition

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

public ApiGroup (System.Web.Http.Controllers.HttpControllerDescriptor key, System.Collections.Generic.IEnumerable<System.Web.Http.Description.ApiDescription> items);
new Microsoft.WindowsAzure.Mobile.Service.Models.ApiGroup : System.Web.Http.Controllers.HttpControllerDescriptor * seq<System.Web.Http.Description.ApiDescription> -> Microsoft.WindowsAzure.Mobile.Service.Models.ApiGroup
Public Sub New (key As HttpControllerDescriptor, items As IEnumerable(Of ApiDescription))

Parameters

key
System.Web.Http.Controllers.HttpControllerDescriptor

The System.Web.Http.Controllers.HttpControllerDescriptor describing the ApiController.

items
IEnumerable<System.Web.Http.Description.ApiDescription>

The set of System.Web.Http.Description.ApiDescription describing the controller actions.

Applies to