C# 클래스 Swagger.Net.ResourceModels.Configuration.OperationConfiguration

상속: ConfigurationBase
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CanShowErrorResponse bool
OperationConfiguration System.Collections.Generic

공개 메소드들

메소드 설명
Authenticated ( ) : OperandBase
Func ( object>.Func func ) : OperandBase
HttpHeader ( string headerName ) : OperandBase
IsTrue ( bool>.Func func ) : void

비공개 메소드들

메소드 설명
CanShowErrorResponse ( ResourceApiOperationParameterErrorResponse errorResponse ) : bool
OperationConfiguration ( HttpMethod httpMethod, string path ) : System.Collections.Generic

Initializes a new instance of the OperationConfiguration class.

메소드 상세

Authenticated() 공개 메소드

public Authenticated ( ) : OperandBase
리턴 OperandBase

Func() 공개 메소드

public Func ( object>.Func func ) : OperandBase
func object>.Func
리턴 OperandBase

HttpHeader() 공개 메소드

public HttpHeader ( string headerName ) : OperandBase
headerName string
리턴 OperandBase

IsTrue() 공개 메소드

public IsTrue ( bool>.Func func ) : void
func bool>.Func
리턴 void