C# Class Swagger.Net.ResourceModels.Configuration.OperationConfiguration

Inheritance: ConfigurationBase
Mostrar archivo Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Private Properties

Property Type Description
CanShowErrorResponse bool
OperationConfiguration System.Collections.Generic

Public Methods

Method Description
Authenticated ( ) : OperandBase
Func ( object>.Func func ) : OperandBase
HttpHeader ( string headerName ) : OperandBase
IsTrue ( bool>.Func func ) : void

Private Methods

Method Description
CanShowErrorResponse ( ResourceApiOperationParameterErrorResponse errorResponse ) : bool
OperationConfiguration ( HttpMethod httpMethod, string path ) : System.Collections.Generic

Initializes a new instance of the OperationConfiguration class.

Method Details

Authenticated() public method

public Authenticated ( ) : OperandBase
return OperandBase

Func() public method

public Func ( object>.Func func ) : OperandBase
func object>.Func
return OperandBase

HttpHeader() public method

public HttpHeader ( string headerName ) : OperandBase
headerName string
return OperandBase

IsTrue() public method

public IsTrue ( bool>.Func func ) : void
func bool>.Func
return void