C# Class Swagger.Net.ResourceModels.Configuration.Operators.NegationOperator

Negation operator.
Inheritance: ILogicOperator
Afficher le fichier Open project: giacomelli/DG-Swagger.Net

Méthodes publiques

Méthode Description
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.

Method Details

Execute() public méthode

Execute the operator with the specified state.
public Execute ( object state ) : bool
state object State.
Résultat bool

NegationOperator() public méthode

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.NegationOperator class.
public NegationOperator ( ILogicOperator underlyingOperator ) : System
underlyingOperator ILogicOperator Underlying operator.
Résultat System