Show / Hide Table of Contents

Class NeutralConditionalLogic

Represents a boolean expression in a non language specific manner

Inheritance
object
NeutralConditionalLogic
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 NeutralConditionalLogic

Properties

LogicGroups

Collection of logical groupings

Declaration
public Collection<NeutralConditionalLogicGroup> LogicGroups { get; }
Property Value
Type Description
Collection<NeutralConditionalLogicGroup>

Synopsis

A short human readable description of the logic

Declaration
public string Synopsis { get; set; }
Property Value
Type Description
string

Version

Serialization version

Declaration
public int Version { get; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX