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
Boolean

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
Boolean
In This Article
Back to top Generated by DocFX