Show / Hide Table of Contents

Class StatementValue

serialization of the right hand operand value

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

Properties

InParameter

Identifier of an InParameter to use as the value

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

IsValid

Indicate that the statement is not complete

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

SelectedCodes

List of codes selected from a subject's code list

Declaration
public Collection<IdentifierTriple> SelectedCodes { get; }
Property Value
Type Description
Collection<IdentifierTriple>

Value

a textual value

Declaration
public string Value { get; set; }
Property Value
Type Description
string

ValueNotNeeded

The value is not required to interperate the statement

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