|
Options |
Name |
Purpose |
|
+
|
Activate ()
|
Executed when we begin handling a request
|
|
+
|
Deactivate ()
|
Executed when we finish handling a request
|
|
+
|
EvaluateRequestAuthorizationProvider ()
|
(Re-)Evaluates the current IRequestAuthorizationProvider service
|
|
+
|
FetchData (character, IFetchDataRequest, dataset-handle)
|
Reads data from a Business Entity
|
|
+
|
FetchDataset (character, dataset-handle)
|
Returns an Empty Dataset (schema)
|
|
+
|
Consultingwerk.OERA.IBusinessEntity GetBusinessEntity (character)
|
Returns the reference to the Business Entity instance
|
|
+
|
InvokeMethod (character, character, dataset-handle, longchar)
|
Invokes a custom method of the BusinessEntity.
|
|
+
|
InvokeMethod (character, character, dataset-handle, Object)
|
Invokes a custom method of the BusinessEntity.
|
|
+
|
InvokeTask (character, character, dataset-handle, dataset-handle, dataset-handle, dataset-handle, dataset-handle, Object)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, dataset-handle, dataset-handle, dataset-handle, dataset-handle, Object)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, dataset-handle, dataset-handle, dataset-handle, Object)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, dataset-handle, dataset-handle, Object)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, dataset-handle, Object)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, integer, dataset-handle, dataset-handle, dataset-handle, dataset-handle, dataset-handle, longchar)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, integer, dataset-handle, dataset-handle, dataset-handle, dataset-handle, dataset-handle, Object)
|
Invokes a method in a Task class.
|
|
+
|
InvokeTask (character, character, Object)
|
Invokes a method in a Task class.
|
|
#
|
OnActivated (EventArgs)
|
Raises the Activated event
|
|
#
|
OnDeactivated (EventArgs)
|
Raises the Deactivated event
|
|
+
|
SaveChanges (character, dataset-handle)
|
Saves modified (Create, Update, Delete) data to a Business Entity
|
|
+
|
SaveChanges (character, dataset-handle, Object)
|
Saves modified (Create, Update, Delete) data to a Business Entity
|
|
+
|
StopBusinessEntity (character)
|
Stops an Business Entity Instance
|
|
+
|
LOGICAL ValidateBusinessEntityName (character)
|
Validates a Business Entity or Business Task Name
|