The Portrate Interview Engine

LogicalORRule Class

Implements logical OR for determining if a collection of nested display rules is displayable or not. This class implements short-circuited logic.

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

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

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

[Visual Basic]
Public Class LogicalORRule
    Inherits LogicalRuleContainer
[C#]
public class LogicalORRule : LogicalRuleContainer
[C++]
public __gc class LogicalORRule : public LogicalRuleContainer
[JScript]
public class LogicalORRule 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

LogicalORRule Members | Portrate.Interview.Model.Rules Namespace