C# Class Swashbuckle.Swagger.XmlComments.ApplyXmlTypeComments

Inheritance: IModelFilter
Afficher le fichier Open project: BenjaminAdams/Swashbuckle-blue Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ApplyPropertyComments ( Schema propertySchema, PropertyInfo propertyInfo ) : void

Method Details

Apply() public méthode

public Apply ( Schema model, Swashbuckle.Swagger.ModelFilterContext context ) : void
model Swashbuckle.Swagger.Schema
context Swashbuckle.Swagger.ModelFilterContext
Résultat void

ApplyXmlTypeComments() public méthode

public ApplyXmlTypeComments ( string xmlCommentsPath ) : System
xmlCommentsPath string
Résultat System