C# Class HandCoded.Validation.Precondition.UnaryPrecondition

The UnaryPrecondition class holds the reference to the underlying Precondition for unary logic operators.
Inheritance: Precondition
Show file Open project: formicary/fpml-toolkit-csharp

Protected Properties

Property Type Description
pre Precondition

Protected Methods

Method Description
UnaryPrecondition ( Precondition pre ) : System

Constructs a UnaryPrecondition instance.

Method Details

UnaryPrecondition() protected method

Constructs a UnaryPrecondition instance.
protected UnaryPrecondition ( Precondition pre ) : System
pre Precondition The underlying .
return System

Property Details

pre protected property

The underlying Precondition.
protected Precondition,HandCoded.Validation pre
return Precondition