C# Class HandCoded.Validation.Precondition.Always

The Always class implements a Precondition that is always true.
Inheritance: Precondition
Exibir arquivo Open project: formicary/fpml-toolkit-csharp

Public Methods

Method Description
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.

Method Details

Evaluate() public method

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.
return bool

ToString() public method

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