The Portrate Interview Engine

LogicalANDRule Class

Performs logical AND operations on the children of this rule. All of the children must evaluate to TRUE for this rule to return TRUE.

 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 

For a list of all members of this type, see LogicalANDRule Members.

System.Object
   Portrate.Interview.Model.Rules.LogicalRuleContainer
      Portrate.Interview.Model.Rules.LogicalANDRule

[Visual Basic]
Public Class LogicalANDRule
    Inherits LogicalRuleContainer
[C#]
public class LogicalANDRule : LogicalRuleContainer
[C++]
public __gc class LogicalANDRule : public LogicalRuleContainer
[JScript]
public class LogicalANDRule extends LogicalRuleContainer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model.Rules

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

LogicalANDRule Members | Portrate.Interview.Model.Rules Namespace