Show / Hide Table of Contents

Class NeutralConditionalLogicGroup

One group of statements and associated group boolean operator

Inheritance
object
NeutralConditionalLogicGroup
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralConditionalLogicGroup

Properties

GroupBooleanType

Boolean operator to apply to the group as a whole

Declaration
public BooleanType GroupBooleanType { get; set; }
Property Value
Type Description
BooleanType

IsValid

Indicate that there are no invalid statements, and at least one statement

Declaration
[JsonIgnore]
public bool IsValid { get; }
Property Value
Type Description
bool

Statements

A collection of boolean statements and logical operator

Declaration
public Collection<NeutralConditionalLogicStatement> Statements { get; }
Property Value
Type Description
Collection<NeutralConditionalLogicStatement>
In this article
Back to top Generated by DocFX