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

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

보호된 프로퍼티들

프로퍼티 타입 설명
lhs Precondition
rhs Precondition

보호된 메소드들

메소드 설명
BinaryPrecondition ( Precondition lhs, Precondition rhs ) : System

Constructs a BinaryPrecondition instance.

메소드 상세

BinaryPrecondition() 보호된 메소드

Constructs a BinaryPrecondition instance.
protected BinaryPrecondition ( Precondition lhs, Precondition rhs ) : System
lhs Precondition The left hand side .
rhs Precondition The right hand side .
리턴 System

프로퍼티 상세

lhs 보호되어 있는 프로퍼티

The underlying left hand side Precondition.
protected Precondition,HandCoded.Validation lhs
리턴 Precondition

rhs 보호되어 있는 프로퍼티

The underlying right hand side Precondition.
protected Precondition,HandCoded.Validation rhs
리턴 Precondition