Show / Hide Table of Contents

Class NeutralConditionalLogicStatement

A logical statement

Inheritance
System.Object
NeutralConditionalLogicStatement
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class NeutralConditionalLogicStatement : object

Properties

IsValid

Indicate that the statement is not complete

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica