次の方法で共有


ApiGroup(HttpControllerDescriptor, IEnumerable<ApiDescription>) コンストラクター

定義

特定のコントローラーの の ApiGroup 新しいインスタンスを初期化します。

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))

パラメーター

key
System.Web.Http.Controllers.HttpControllerDescriptor

System.Web.Http.Controllers.HttpControllerDescriptorを記述する ApiController

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

コントローラーアクション System.Web.Http.Description.ApiDescription を記述するセット。

適用対象