C# Class Swashbuckle.Swagger.PathItem

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

Public Properties

Property Type Description
delete Operation
get Operation
head Operation
options Operation
parameters IList
patch Operation
post Operation
put Operation
vendorExtensions object>.Dictionary

Property Details

delete public_oe property

public Operation,Swashbuckle.Swagger delete
return Operation

get public_oe property

public Operation,Swashbuckle.Swagger get
return Operation

head public_oe property

public Operation,Swashbuckle.Swagger head
return Operation

options public_oe property

public Operation,Swashbuckle.Swagger options
return Operation

parameters public_oe property

public IList parameters
return IList

patch public_oe property

public Operation,Swashbuckle.Swagger patch
return Operation

post public_oe property

public Operation,Swashbuckle.Swagger post
return Operation

put public_oe property

public Operation,Swashbuckle.Swagger put
return Operation

vendorExtensions public_oe property

public Dictionary vendorExtensions
return object>.Dictionary