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

The Never class implements a Precondition that is always false.
상속: Precondition
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

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

메소드 상세

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