C# 클래스 Swashbuckle.Swagger.XmlComments.ApplyXmlTypeComments

상속: IModelFilter
파일 보기 프로젝트 열기: BenjaminAdams/Swashbuckle-blue 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Schema model, Swashbuckle.Swagger.ModelFilterContext context ) : void
ApplyXmlTypeComments ( string xmlCommentsPath ) : System

비공개 메소드들

메소드 설명
ApplyPropertyComments ( Schema propertySchema, PropertyInfo propertyInfo ) : void

메소드 상세

Apply() 공개 메소드

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

ApplyXmlTypeComments() 공개 메소드

public ApplyXmlTypeComments ( string xmlCommentsPath ) : System
xmlCommentsPath string
리턴 System