C# Class HandCoded.Validation.Precondition.UnaryPrecondition

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

Protected Properties

Свойство Type Description
pre Precondition

Méthodes protégées

Méthode Description
UnaryPrecondition ( Precondition pre ) : System

Constructs a UnaryPrecondition instance.

Method Details

UnaryPrecondition() protected méthode

Constructs a UnaryPrecondition instance.
protected UnaryPrecondition ( Precondition pre ) : System
pre Precondition The underlying .
Résultat System

Property Details

pre protected_oe property

The underlying Precondition.
protected Precondition,HandCoded.Validation pre
Résultat Precondition