Implements the logical NOT rule where it will evaluate to true if all of its constituents evaluates to false, and vise versa. If this rule has no children then true will be returned.
For a list of all members of this type, see LogicalNOTRule Members.
System.Object
Portrate.Interview.Model.Rules.LogicalRuleContainer
Portrate.Interview.Model.Rules.LogicalNOTRule
[Visual Basic] Public Class LogicalNOTRule Inherits LogicalRuleContainer [C#] public class LogicalNOTRule : LogicalRuleContainer [C++] public __gc class LogicalNOTRule : public LogicalRuleContainer [JScript] public class LogicalNOTRule extends LogicalRuleContainer
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Portrate.Interview.Model.Rules
Assembly: Portrate.Interview (in Portrate.Interview.dll)
LogicalNOTRule Members | Portrate.Interview.Model.Rules Namespace