C# 클래스 HandCoded.Validation.Precondition.NotPrecondition

The NotPrecondition class implements the unary logical NOT operation.
상속: UnaryPrecondition
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
Evaluate ( NodeIndex nodeIndex, bool>.Dictionary cache ) : bool

Evaluates this Precondition against the contents of the indicated NodeIndex.

NotPrecondition ( Precondition pre ) : System

Constructs a NotPrecondition which will invert some underlying Precondition.

ToString ( ) : string

Returns a string that represents the current Object.

메소드 상세

Evaluate() 공개 메소드

Evaluates this Precondition against the contents of the indicated NodeIndex.
public Evaluate ( NodeIndex nodeIndex, bool>.Dictionary cache ) : bool
nodeIndex HandCoded.Xml.NodeIndex The of a .
cache bool>.Dictionary A cache of previously evaluated precondition results.
리턴 bool

NotPrecondition() 공개 메소드

Constructs a NotPrecondition which will invert some underlying Precondition.
public NotPrecondition ( Precondition pre ) : System
pre Precondition The underlying .
리턴 System

ToString() 공개 메소드

Returns a string that represents the current Object.
public ToString ( ) : string
리턴 string