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

Inheritance: ConfigurationBase
Afficher le fichier Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Private Properties

Свойство Type Description
CanShowErrorResponse bool
OperationConfiguration System.Collections.Generic

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Authenticated ( ) : OperandBase
Résultat OperandBase

Func() public méthode

public Func ( object>.Func func ) : OperandBase
func object>.Func
Résultat OperandBase

HttpHeader() public méthode

public HttpHeader ( string headerName ) : OperandBase
headerName string
Résultat OperandBase

IsTrue() public méthode

public IsTrue ( bool>.Func func ) : void
func bool>.Func
Résultat void