The Portrate Interview Engine

ContainmentLogicRule.Evaluate Method 

Uses the ArrayList.Contains to determine if a property value exists in the enumerated list of values. If the AllowNull property is true, then a null value will return TRUE.

[Visual Basic]
Public Function Evaluate( _ 
   ByVal ctx As DataContext _ 
) _
    Implements ILogicalRule.Evaluate As Boolean
[C#]
public bool Evaluate(
   DataContext ctx
);
[C++]
public: bool Evaluate(
   DataContext* ctx
);
[JScript]
public function Evaluate(
   DataContext ctx
): bool;

Parameters

ctx

Return Value

Implements

ILogicalRule.Evaluate

See Also

ContainmentLogicRule Class | Portrate.Interview.Model.Rules Namespace