C# Class Swashbuckle.Swagger.XmlComments.ApplyXmlTypeComments

Inheritance: IModelFilter
ファイルを表示 Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Public Methods

Method Description
Apply ( Schema model, Swashbuckle.Swagger.ModelFilterContext context ) : void
ApplyXmlTypeComments ( string xmlCommentsPath ) : System

Private Methods

Method Description
ApplyPropertyComments ( Schema propertySchema, PropertyInfo propertyInfo ) : void

Method Details

Apply() public method

public Apply ( Schema model, Swashbuckle.Swagger.ModelFilterContext context ) : void
model Swashbuckle.Swagger.Schema
context Swashbuckle.Swagger.ModelFilterContext
return void

ApplyXmlTypeComments() public method

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