Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, character) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, date) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, datetime) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, datetime-tz) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, decimal) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, IAttributeValue) Adds an item to the generic Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, int64) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, integer) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, logical) Adds an AttributeValue to the Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue AddWhenNotContained (character, IAttributeValue) Adds an item to the generic Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue GetItem (character) Retrieves an item from the generic Dictionary
Consultingwerk.SmartFramework.Repository.IAttributeValue GetItemOrNull (character) Retrieves an item from the generic Dictionary


Method Detail
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, character)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pcCharacterValue CHARACTER
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, date)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateValue DATE
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, datetime)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateTimeValue DATETIME
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, datetime-tz)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdtDateTimeTzValue DATETIME-TZ
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, decimal)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
pdeDecimalValue DECIMAL
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, IAttributeValue)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.SmartFramework.Repository.IAttributeValue
And item of the Lists member type
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The item that was added to the List
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, int64)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
piInt64Value INT64
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, integer)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
piIntegerValue INTEGER
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue Add (character, logical)

Purpose: Adds an AttributeValue to the Dictionary
Notes:

Parameters:
pcAttributeLabel CHARACTER
The attribute label
plLogicalValue LOGICAL
The attribute value
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The new AttributeValue instance
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue AddWhenNotContained (character, IAttributeValue)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.SmartFramework.Repository.IAttributeValue
And item of the Lists member type
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The item that was added to the List
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue GetItem (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The item of the Lists member type
Top

Consultingwerk.SmartFramework.Repository.IAttributeValue GetItemOrNull (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object
This method does not fail when the key is not valid

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.SmartFramework.Repository.IAttributeValue
The item of the Lists member type


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:09:24