Show / Hide Table of Contents

Class NeutralConditionalLogicStatement

A logical statement

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

Properties

IsValid

Indicate that the statement is not complete

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

Operator

type of logical operator

Declaration
public OperatorType Operator { get; set; }
Property Value
Type Description
OperatorType

StatementBooleanType

Boolean operator to apply to statement within a group

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

Subject

Identifier for the InParameter for the subject of the statement

Declaration
public IdentifierTriple Subject { get; set; }
Property Value
Type Description
IdentifierTriple

Value

the right hand operand

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