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

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

Méthodes publiques

Méthode Description
ContainsOperator ( IOperand source, IOperand contains ) : System

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

Execute ( object state ) : bool

Execute the operator with the specified state.

Method Details

ContainsOperator() public méthode

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.ContainsOperator class.
public ContainsOperator ( IOperand source, IOperand contains ) : System
source IOperand Source.
contains IOperand Contains.
Résultat System

Execute() public méthode

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