Namespace: Consultingwerk.SmartFramework.Repository
Class 
AttributeValue Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.SmartFramework.Repository.IAttributeValue

File:AttributeValue
Purpose:Represents a single Attribute Value passed to the
ISmartRepositoryService API's
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat May 26 14:52:53 CEST 2018



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

PUBLIC CHARACTER GetCharacterValue ()

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

Returns CHARACTER
The AttributeValue as a primitive character value
Top

PUBLIC 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

PUBLIC DATETIME GetDateTimeValue ()

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

Returns DATETIME
The AttributeValue as a primitive datetime value
Top

PUBLIC DATE GetDateValue ()

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

Returns DATE
The AttributeValue as a primitive date value
Top

PUBLIC DECIMAL GetDecimalValue ()

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

Returns DECIMAL
The AttributeValue as a primitive decimal value
Top

PUBLIC INT64 GetInt64Value ()

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

Returns INT64
The AttributeValue as a primitive int64 value
Top

PUBLIC INTEGER GetIntegerValue ()

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

Returns INTEGER
The AttributeValue as a primitive integer value
Top

PUBLIC 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

PUBLIC AttributeValue ()

Purpose: Constructor for the AttributeValue class
Notes:

Top

PUBLIC AttributeValue (character)

Purpose: Constructor for the AttributeValue class
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
Top

PUBLIC AttributeValue (character, character)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, date)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, datetime)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, datetime-tz)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, decimal)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, int64)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, integer)

Purpose: Constructor for the AttributeValue class
Notes:

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

PUBLIC AttributeValue (character, logical)

Purpose: Constructor for the AttributeValue class
Notes:

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


Property Detail
Top

PUBLIC CHARACTER AttributeLabel


Returns CHARACTER
Top

PUBLIC Ccs.Common.Support.IPrimitiveHolder AttributeValue


Returns Ccs.Common.Support.IPrimitiveHolder


©2006-2019 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       08.08.2019 23:41:11