C# 클래스 NSwag.CodeGeneration.SwaggerGenerators.WebApi.Processors.OperationSummaryAndDescriptionProcessor

Loads the operation summary and description from the DescriptionAttribute and the XML documentation.
상속: IOperationProcessor
파일 보기 프로젝트 열기: NSwag/NSwag

공개 메소드들

메소드 설명
Process ( OperationProcessorContext context ) : bool

Processes the specified method information.

메소드 상세

Process() 공개 메소드

Processes the specified method information.
public Process ( OperationProcessorContext context ) : bool
context OperationProcessorContext
리턴 bool