C# Class Swagger.Net.ResourceModels.Configuration.Operands.FixedValueOperand

Fixed value operand.
Inheritance: OperandBase
Exibir arquivo Open project: giacomelli/DG-Swagger.Net

Public Methods

Method Description
FixedValueOperand ( object value ) : System

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

GetValue ( object state ) : object

Gets the value.

Method Details

FixedValueOperand() public method

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

GetValue() public method

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