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

Fixed value operand.
Inheritance: OperandBase
Afficher le fichier Open project: giacomelli/DG-Swagger.Net

Méthodes publiques

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

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

GetValue() public méthode

Gets the value.
public GetValue ( object state ) : object
state object State.
Résultat object