Class NeutralConditionalLogic
Represents a boolean expression in a non language specific manner
Inheritance
System.Object
NeutralConditionalLogic
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralConditionalLogic : object
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 |
---|---|
System.String |
Version
Serialization version
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |