Class ParameterValue
serialization of the parameter to a function
Inheritance
System.Object
ParameterValue
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ParameterValue : object
Properties
DateValue
a date value
Declaration
public DateTime? DateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
InputParameter
Identifier of an InParameter to use as the value
Declaration
public IdentifierTriple InputParameter { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
IsValid
Indicate that the statement is not complete
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumericValue
a numeric value
Declaration
public decimal ? NumericValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
OutputParameter
Identifier of an OutParameter to use as the value
Declaration
public IdentifierTriple OutputParameter { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
TimeValue
a time value
Declaration
public DateTime? TimeValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Value
a textual value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |