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

The UnaryPrecondition class holds the reference to the underlying Precondition for unary logic operators.
상속: Precondition
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

보호된 프로퍼티들

프로퍼티 타입 설명
pre Precondition

보호된 메소드들

메소드 설명
UnaryPrecondition ( Precondition pre ) : System

Constructs a UnaryPrecondition instance.

메소드 상세

UnaryPrecondition() 보호된 메소드

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

프로퍼티 상세

pre 보호되어 있는 프로퍼티

The underlying Precondition.
protected Precondition,HandCoded.Validation pre
리턴 Precondition