C# Class Swashbuckle.Swagger.XmlComments.ApplyXmlActionComments

Inheritance: IOperationFilter
Show file Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Public Methods

Method Description
Apply ( Operation operation, SchemaRegistry schemaRegistry, System.Web.Http.Description.ApiDescription apiDescription ) : void
ApplyXmlActionComments ( string xmlCommentsPath ) : System

Private Methods

Method Description
ApplyParamComments ( Operation operation, XPathNavigator methodNode ) : void
ApplyResponseComments ( Operation operation, XPathNavigator methodNode ) : void
XPathFor ( HttpActionDescriptor actionDescriptor ) : string

Method Details

Apply() public method

public Apply ( Operation operation, SchemaRegistry schemaRegistry, System.Web.Http.Description.ApiDescription apiDescription ) : void
operation Operation
schemaRegistry Swashbuckle.Swagger.SchemaRegistry
apiDescription System.Web.Http.Description.ApiDescription
return void

ApplyXmlActionComments() public method

public ApplyXmlActionComments ( string xmlCommentsPath ) : System
xmlCommentsPath string
return System