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

The AndPrecondition class implements a binary logical AND operation on two Precondition instances.
상속: BinaryPrecondition
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
AndPrecondition ( Precondition lhs, Precondition rhs ) : System

Constructs a AndPrecondition which will derive its value from two underlying Precondition instances.

Evaluate ( NodeIndex nodeIndex, bool>.Dictionary cache ) : bool

Evaluates this Precondition against the contents of the indicated NodeIndex.

ToString ( ) : string

Returns a string that represents the current Object.

메소드 상세

AndPrecondition() 공개 메소드

Constructs a AndPrecondition which will derive its value from two underlying Precondition instances.
public AndPrecondition ( Precondition lhs, Precondition rhs ) : System
lhs Precondition The left hand .
rhs Precondition The right hand .
리턴 System

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

ToString() 공개 메소드

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