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

ErrorRsesponse attribute operand.
Inheritance: OperandBase
Afficher le fichier Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Méthodes publiques

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

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

GetValue() public méthode

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