Namespace: Consultingwerk.OERA.BusinessEntityDescriptor
Class 
ListBusinessEntityFieldDescriptor Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Framework.Base.GenericList
Implements: Consultingwerk.Framework.Base.IArrayList, Consultingwerk.Framework.Base.IEnumerable, Consultingwerk.Framework.Base.ISupportsListChanged, Consultingwerk.Framework.Base.ISupportsListHash

File:ListBusinessEntityFieldDescriptor
Purpose:Dictionary of IBusinessEntityFieldDescriptor
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Jul 08 16:07:39 CEST 2015
Notes:https://consultingwerk.atlassian.net/wiki/spaces/SCL/pages/8094518/Business+Entity+Descriptor



Top Method Summary
Options Name Purpose
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor Add (IBusinessEntityFieldDescriptor) Adds an item to the generic List
Add (IBusinessEntityFieldDescriptor[]) Adds an array of items to the generic List
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor AddWhenNotContained (IBusinessEntityFieldDescriptor) Adds an item to the generic List only when it is not yet contained - silently ignores keys that are already contained
LOGICAL ContainsName (character) Returns true when the List contains an Item with the given Name
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor GetItem (character) Returns the Item from the List with the given Name
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor GetItem (integer) Retrieves an item from the generic List
LOGICAL IsEmpty () Returns if the List is empty
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor Replace (IBusinessEntityFieldDescriptor, IBusinessEntityFieldDescriptor) Replaces an item in the generic List
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor ToArray () Returns an Array with the elements of the List


Method Detail
Top

Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor Add (IBusinessEntityFieldDescriptor)

Purpose: Adds an item to the generic List
Notes:

Parameters:
poItem Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
And item of the Lists member type
Returns Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The new Item added to the List
Top

Add (IBusinessEntityFieldDescriptor[])

Purpose: Adds an array of items to the generic List
Notes:

Parameters:
poItem Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
An array of items of the Lists member type
Top

Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor AddWhenNotContained (IBusinessEntityFieldDescriptor)

Purpose: Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
Notes:

Parameters:
poItem Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
And item of the Lists member type
Returns Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The new Item added to the List
Top

LOGICAL ContainsName (character)

Purpose: Returns true when the List contains an Item with the given Name
Notes:

Parameters:
pcName CHARACTER
The name to return
Returns LOGICAL
Logical value indicating if the List contains an Item with the given Name
Top

Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor GetItem (character)

Purpose: Returns the Item from the List with the given Name
Notes:

Parameters:
pcName CHARACTER
The name to return
Returns Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The Item from the List with the given Name
Top

Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor GetItem (integer)

Purpose: Retrieves an item from the generic List
Notes:

Parameters:
piIndex INTEGER
The 1 based index of the item to retrieve
Returns Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The item of the Lists member type
Top

LOGICAL IsEmpty ()

Purpose: Returns if the List is empty
Notes:

Returns LOGICAL
Logical value indicating if the list if empty
Top

Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor Replace (IBusinessEntityFieldDescriptor, IBusinessEntityFieldDescriptor)

Purpose: Replaces an item in the generic List
Notes:

Parameters:
poExistingItem Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The item to replace
poNewItem Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The new item
Returns Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The reference to the replaced item
Top

Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor ToArray ()

Purpose: Returns an Array with the elements of the List
Notes:

Returns Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityFieldDescriptor
The array of elements of the Lists member type


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