C# Класс Swagger.Net.ResourceModels.Configuration.Operands.ErrorResponseAttributeOperand

ErrorRsesponse attribute operand.
Наследование: OperandBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ErrorResponseAttributeOperand ( string attributeName ) : System

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

GetValue ( object state ) : object

Gets the value.

Описание методов

ErrorResponseAttributeOperand() публичный Метод

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.ErrorResponseAttributeOperand class.
public ErrorResponseAttributeOperand ( string attributeName ) : System
attributeName string Attribute name.
Результат System

GetValue() публичный Метод

Gets the value.
public GetValue ( object state ) : object
state object State.
Результат object