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
Int32
In This Article
Back to top Generated by DocFX