Show / Hide Table of Contents

Class NeutralConditionalLogicGroup

One group of statements and associated group boolean operator

Inheritance
System.Object
NeutralConditionalLogicGroup
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralConditionalLogicGroup : object

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
public bool IsValid { get; }
Property Value
Type Description
System.Boolean

Statements

A collection of boolean statements and logical operator

Declaration
public Collection<NeutralConditionalLogicStatement> Statements { get; }
Property Value
Type Description
Collection<NeutralConditionalLogicStatement>

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica