메소드 | 설명 | |
---|---|---|
InterPropRule ( IPropDef propLeft, ComparisonOperator comparisonOperator, IPropDef propRight ) : System |
|
|
IsValid ( ) : bool |
This is not implemented for InterPropRules since it is obsolete.
|
|
IsValid ( IBusinessObject bo ) : bool |
Determines whether the Expression LeftProp ComparisonOperator RightProp is true or false.
|
메소드 | 설명 | |
---|---|---|
InterPropRule ( ComparisonOperator comparisonOperator ) : System |
Constructor that just sets the comparison operator.
|
protected InterPropRule ( ComparisonOperator comparisonOperator ) : System | ||
comparisonOperator | ComparisonOperator | |
리턴 | System |
public InterPropRule ( IPropDef propLeft, ComparisonOperator comparisonOperator, IPropDef propRight ) : System | ||
propLeft | IPropDef | |
comparisonOperator | ComparisonOperator | |
propRight | IPropDef | |
리턴 | System |