C# 클래스 Swagger.Net.ResourceModels.Configuration.Operators.NegationOperator

Negation operator.
상속: ILogicOperator
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net

공개 메소드들

메소드 설명
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