ApiGroup Class

Definition

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.

public class ApiGroup
type ApiGroup = class
Public Class ApiGroup
Inheritance
ApiGroup

Constructors

ApiGroup(HttpControllerDescriptor, IEnumerable<ApiDescription>)

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

Properties

ApiDescriptions

The set of System.Web.Http.Description.ApiDescription describing actions provided by this ApiController.

ControllerDescriptor

Gets the System.Web.Http.Controllers.HttpControllerDescriptor representing the ApiController this ApiGroup is describing.

Applies to