C# Класс Swagger.Net.ResourceModels.Configuration.Operators.NegationOperator

Negation operator.
Наследование: ILogicOperator
Показать файл Открыть проект

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

Метод Описание
Execute ( object state ) : bool

Execute the operator with the specified state.

NegationOperator ( ILogicOperator underlyingOperator ) : System

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.NegationOperator class.

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

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

Execute the operator with the specified state.
public Execute ( object state ) : bool
state object State.
Результат bool

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

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.NegationOperator class.
public NegationOperator ( ILogicOperator underlyingOperator ) : System
underlyingOperator ILogicOperator Underlying operator.
Результат System