ActivityReassignedEventArgs Class |
Namespace: Omada.OE.AppLogic
public class ActivityReassignedEventArgs : AppEventArgs
The ActivityReassignedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivityReassignedEventArgs |
The class is constructed with the activity being reassigned.
|
| Name | Description | |
|---|---|---|
| DbConnection |
The current database connection.
(Inherited from AppEventArgs.) | |
| DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) | |
| Factory | (Inherited from AppEventArgs.) |
| Name | Description | |
|---|---|---|
| ActivityId |
The ID of the Activity being reassigned.
| |
| Message |
Optional message to the new assignee.
| |
| NewAssigneeIds |
Contains the users and/or user groups that are assignees after the reassignment.
| |
| OldAssigneeIds |
Contains the users and/or user groups that were assignees before the reassignment.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |