C# Class Swashbuckle.Swagger.PathItem

Show file 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 property

public Operation,Swashbuckle.Swagger delete
return Operation

get public property

public Operation,Swashbuckle.Swagger get
return Operation

head public property

public Operation,Swashbuckle.Swagger head
return Operation

options public property

public Operation,Swashbuckle.Swagger options
return Operation

parameters public property

public IList parameters
return IList

patch public property

public Operation,Swashbuckle.Swagger patch
return Operation

post public property

public Operation,Swashbuckle.Swagger post
return Operation

put public property

public Operation,Swashbuckle.Swagger put
return Operation

vendorExtensions public property

public Dictionary vendorExtensions
return object>.Dictionary