C# 클래스 Swashbuckle.Swagger.SwaggerDocument

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

공개 프로퍼티들

프로퍼티 타입 설명
basePath string
consumes IList
definitions Schema>.IDictionary
externalDocs ExternalDocs
host string
info Info
parameters Parameter>.IDictionary
paths PathItem>.IDictionary
produces IList
responses Response>.IDictionary
schemes IList
security IEnumerable>>.IList
securityDefinitions SecurityScheme>.IDictionary
swagger string
tags IList
vendorExtensions object>.Dictionary

프로퍼티 상세

basePath 공개적으로 프로퍼티

public string basePath
리턴 string

consumes 공개적으로 프로퍼티

public IList consumes
리턴 IList

definitions 공개적으로 프로퍼티

public IDictionary definitions
리턴 Schema>.IDictionary

externalDocs 공개적으로 프로퍼티

public ExternalDocs,Swashbuckle.Swagger externalDocs
리턴 ExternalDocs

host 공개적으로 프로퍼티

public string host
리턴 string

info 공개적으로 프로퍼티

public Info,Swashbuckle.Swagger info
리턴 Info

parameters 공개적으로 프로퍼티

public IDictionary parameters
리턴 Parameter>.IDictionary

paths 공개적으로 프로퍼티

public IDictionary paths
리턴 PathItem>.IDictionary

produces 공개적으로 프로퍼티

public IList produces
리턴 IList

responses 공개적으로 프로퍼티

public IDictionary responses
리턴 Response>.IDictionary

schemes 공개적으로 프로퍼티

public IList schemes
리턴 IList

security 공개적으로 프로퍼티

public IList>> security
리턴 IEnumerable>>.IList

securityDefinitions 공개적으로 프로퍼티

public IDictionary securityDefinitions
리턴 SecurityScheme>.IDictionary

swagger 공개적으로 프로퍼티

public string swagger
리턴 string

tags 공개적으로 프로퍼티

public IList tags
리턴 IList

vendorExtensions 공개적으로 프로퍼티

public Dictionary vendorExtensions
리턴 object>.Dictionary