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

Fixed value operand.
상속: OperandBase
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net

공개 메소드들

메소드 설명
FixedValueOperand ( object value ) : System

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

GetValue ( object state ) : object

Gets the value.

메소드 상세

FixedValueOperand() 공개 메소드

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.FixedValueOperand class.
public FixedValueOperand ( object value ) : System
value object Value.
리턴 System

GetValue() 공개 메소드

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