Top Method Summary
Options Name Purpose
CHARACTER GetCharacterValue () Returns the Value AttributeValue as a primitive character value
DATETIME-TZ GetDateTimeTzValue () Returns the Value AttributeValue as a primitive datetime-tz value
DATETIME GetDateTimeValue () Returns the Value AttributeValue as a primitive datetime value
DATE GetDateValue () Returns the Value AttributeValue as a primitive date value
DECIMAL GetDecimalValue () Returns the Value AttributeValue as a primitive decimal value
INT64 GetInt64Value () Returns the Value AttributeValue as a primitive int64 value
INTEGER GetIntegerValue () Returns the Value AttributeValue as a primitive integer value
LOGICAL GetLogicalValue () Returns the Value AttributeValue as a primitive logical value

Top Constructor Summary
Options Name Purpose
AttributeValue () Constructor for the AttributeValue class
AttributeValue (character) Constructor for the AttributeValue class
AttributeValue (character, character) Constructor for the AttributeValue class
AttributeValue (character, date) Constructor for the AttributeValue class
AttributeValue (character, datetime) Constructor for the AttributeValue class
AttributeValue (character, datetime-tz) Constructor for the AttributeValue class
AttributeValue (character, decimal) Constructor for the AttributeValue class
AttributeValue (character, int64) Constructor for the AttributeValue class
AttributeValue (character, integer) Constructor for the AttributeValue class
AttributeValue (character, logical) Constructor for the AttributeValue class

Top Property Summary
Options Name Purpose
CHARACTER AttributeLabel
Ccs.Common.Support.IPrimitiveHolder AttributeValue


Method Detail
Top

CHARACTER GetCharacterValue ()

Purpose: Returns the Value AttributeValue as a primitive character value
Notes:

Returns CHARACTER
The AttributeValue as a primitive character value
Top

DATETIME-TZ GetDateTimeTzValue ()

Purpose: Returns the Value AttributeValue as a primitive datetime-tz value
Notes:

Returns DATETIME-TZ
The AttributeValue as a primitive datetime-tz value
Top

DATETIME GetDateTimeValue ()

Purpose: Returns the Value AttributeValue as a primitive datetime value
Notes:

Returns DATETIME
The AttributeValue as a primitive datetime value
Top

DATE GetDateValue ()

Purpose: Returns the Value AttributeValue as a primitive date value
Notes:

Returns DATE
The AttributeValue as a primitive date value
Top

DECIMAL GetDecimalValue ()

Purpose: Returns the Value AttributeValue as a primitive decimal value
Notes:

Returns DECIMAL
The AttributeValue as a primitive decimal value
Top

INT64 GetInt64Value ()

Purpose: Returns the Value AttributeValue as a primitive int64 value
Notes:

Returns INT64
The AttributeValue as a primitive int64 value
Top

INTEGER GetIntegerValue ()

Purpose: Returns the Value AttributeValue as a primitive integer value
Notes:

Returns INTEGER
The AttributeValue as a primitive integer value
Top

LOGICAL GetLogicalValue ()

Purpose: Returns the Value AttributeValue as a primitive logical value
Notes:

Returns LOGICAL
The AttributeValue as a primitive logical value


Constructor Detail
Top

AttributeValue ()

Purpose: Constructor for the AttributeValue class
Notes:

Top

AttributeValue (character)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
Top

AttributeValue (character, character)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pcCharacterValue CHARACTER
The attribute value
Top

AttributeValue (character, date)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateValue DATE
The attribute value
Top

AttributeValue (character, datetime)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateTimeValue DATETIME
The attribute value
Top

AttributeValue (character, datetime-tz)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateTimeTzValue DATETIME-TZ
The attribute value
Top

AttributeValue (character, decimal)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdeDecimalValue DECIMAL
The attribute value
Top

AttributeValue (character, int64)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
piInt64Value INT64
The attribute value
Top

AttributeValue (character, integer)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
piIntegerValue INTEGER
The attribute value
Top

AttributeValue (character, logical)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
plLogicalValue LOGICAL
The attribute value


Property Detail
Top

CHARACTER AttributeLabel


Returns CHARACTER
Top

Ccs.Common.Support.IPrimitiveHolder AttributeValue


Returns Ccs.Common.Support.IPrimitiveHolder


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:25:34