C# 클래스 Swagger.Net.ResourceModels.Configuration.Operands.ErrorResponseAttributeOperand

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

공개 메소드들

메소드 설명
ErrorResponseAttributeOperand ( string attributeName ) : System

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.ErrorResponseAttributeOperand class.

GetValue ( object state ) : object

Gets the value.

메소드 상세

ErrorResponseAttributeOperand() 공개 메소드

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.ErrorResponseAttributeOperand class.
public ErrorResponseAttributeOperand ( string attributeName ) : System
attributeName string Attribute name.
리턴 System

GetValue() 공개 메소드

Gets the value.
public GetValue ( object state ) : object
state object State.
리턴 object