The Portrate Interview Engine

ConditionalLogicRule Class

Implements a conditional IF logic for a single property and a value expression. The value expression can start with a simple inequality operator, such as '>='. If no inequality is given, then equality is assumed.

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

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

System.Object
   Portrate.Interview.Model.Rules.ConditionalLogicRule

[Visual Basic]
Public Class ConditionalLogicRule
    Implements ILogicalRule, IXmlConfigurable
[C#]
public class ConditionalLogicRule : ILogicalRule, IXmlConfigurable
[C++]
public __gc class ConditionalLogicRule : public ILogicalRule, IXmlConfigurable
[JScript]
public class ConditionalLogicRule extends ILogicalRule, IXmlConfigurable

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

ConditionalLogicRule Members | Portrate.Interview.Model.Rules Namespace