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

ErrorRsesponse attribute operand.
Inheritance: OperandBase
Exibir arquivo Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Public Methods

Method Description
ErrorResponseAttributeOperand ( string attributeName ) : System

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

GetValue ( object state ) : object

Gets the value.

Method Details

ErrorResponseAttributeOperand() public method

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

GetValue() public method

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