|
Options |
Name |
Purpose |
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor Add (character, character, logical, logical)
|
Adds an InvokableMethodDescriptor instance to the list
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor Add (character, character, logical, logical, logical)
|
Adds an InvokableMethodDescriptor instance to the list
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor Add (character, character, logical, logical, logical, logical)
|
Adds an InvokableMethodDescriptor instance to the list
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor Add (IInvokableMethodDescriptor)
|
Adds an item to the generic List
|
|
|
|
Add (IInvokableMethodDescriptor[])
|
Adds an array of items to the generic List
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor AddWhenNotContained (IInvokableMethodDescriptor)
|
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.IInvokableMethodDescriptor GetItem (character)
|
Returns the Item from the List with the given Name
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor Replace (IInvokableMethodDescriptor, IInvokableMethodDescriptor)
|
Replaces an item in the generic List
|
|
|
|
Consultingwerk.OERA.BusinessEntityDescriptor.IInvokableMethodDescriptor ToArray ()
|
Returns an Array with the elements of the List
|