Namespace: Consultingwerk.OERA
Class 
ListBusinessTaskMethodData 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:ListBusinessTaskMethodData
Purpose:List of IBusinessTaskMethodData instances
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Aug 08 11:21:18 CEST 2016



Top Method Summary
Options Name Purpose
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, Class) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, Class, logical) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle[], DatasetParameterModeEnum[], Class) Adds a new Item to the list
Consultingwerk.OERA.BusinessTaskMethodData Add (character, Class) Adds a new Item to the list
Consultingwerk.OERA.IBusinessTaskMethodData Add (IBusinessTaskMethodData) Adds an item to the generic List
Add (IBusinessTaskMethodData[]) Adds an array of items to the generic List
Consultingwerk.OERA.IBusinessTaskMethodData AddWhenNotContained (IBusinessTaskMethodData) Adds an item to the generic List only when it is not yet contained - silently ignores keys that are already contained
Consultingwerk.OERA.IBusinessTaskMethodData GetItem (integer) Retrieves an item from the generic List
LOGICAL IsEmpty () Returns if the List is empty
Consultingwerk.OERA.IBusinessTaskMethodData Replace (IBusinessTaskMethodData, IBusinessTaskMethodData) Replaces an item in the generic List
Consultingwerk.OERA.IBusinessTaskMethodData ToArray () Returns an Array with the elements of the List


Method Detail
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class)

Purpose: Adds a new Item to the list
Notes: Variant of the method for only a single Dataset Parameter (no array)

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandle1 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode1 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle2 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode2 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle3 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode3 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle4 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode4 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle5 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode5 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class)

Purpose: Adds a new Item to the list
Notes: Variant of the method for only a single Dataset Parameter (no array)

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandle1 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode1 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle2 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode2 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle3 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode3 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle4 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode4 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class)

Purpose: Adds a new Item to the list
Notes: Variant of the method for only a single Dataset Parameter (no array)

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandle1 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode1 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle2 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode2 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle3 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode3 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, handle, DatasetParameterModeEnum, Class)

Purpose: Adds a new Item to the list
Notes: Variant of the method for only a single Dataset Parameter (no array)

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandle1 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode1 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
phDatasetHandle2 HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode2 Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, Class)

Purpose: Adds a new Item to the list
Notes: Variant of the method for only a single Dataset Parameter (no array)

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandle HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle, DatasetParameterModeEnum, Class, logical)

Purpose: Adds a new Item to the list
Notes: Variant of the method for only a single Dataset Parameter (no array)

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandle HANDLE
The handle of the dataset (empty datasets to describe the interface)
poDatasetParameterMode Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
plUseBeforeImage LOGICAL
The method supports the Dataset Before Image
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, handle[], DatasetParameterModeEnum[], Class)

Purpose: Adds a new Item to the list
Notes:

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandles HANDLE
The array of the dataset handles (empty datasets to describe the interface)
poDatasetParameterMode Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.BusinessTaskMethodData Add (character, Class)

Purpose: Adds a new Item to the list
Notes:

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Returns Consultingwerk.OERA.BusinessTaskMethodData
The new BusinessTaskMethodData instance
Top

Consultingwerk.OERA.IBusinessTaskMethodData Add (IBusinessTaskMethodData)

Purpose: Adds an item to the generic List
Notes:

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

Add (IBusinessTaskMethodData[])

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

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

Consultingwerk.OERA.IBusinessTaskMethodData AddWhenNotContained (IBusinessTaskMethodData)

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.IBusinessTaskMethodData
And item of the Lists member type
Returns Consultingwerk.OERA.IBusinessTaskMethodData
The new Item added to the List
Top

Consultingwerk.OERA.IBusinessTaskMethodData 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.IBusinessTaskMethodData
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.IBusinessTaskMethodData Replace (IBusinessTaskMethodData, IBusinessTaskMethodData)

Purpose: Replaces an item in the generic List
Notes:

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

Consultingwerk.OERA.IBusinessTaskMethodData ToArray ()

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

Returns Consultingwerk.OERA.IBusinessTaskMethodData
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:29