Class NeutralConditionalLogicStatement
A logical statement
Inherited Members
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 |
|---|---|
| Boolean |
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 |