Assembly: EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 8.0.0
C# |
---|
[SerializableAttribute] [DefaultEventAttribute("Invoked")] public class OnTaskDeleted : CompositeTaskBase<TaskDeleted> |
Activity that listens for TaskDeleting from EPiServer
Name | Summary | Status |
---|---|---|
EventActivity_Invoked | Handles the Invoked event of the EventActivity control. | protected |
GetIdentity | Extracts the identity from the object if it has one. | public, static |
GetOriginalType | Gets the Type of the current object, ensuring that the eventual type that could be generated by a proxy interceptor is ignored. | public, static |
OnEventRegistered | Raises the [E:EventRegistered] event. | protected |
OnTaskDeleted Constructor | public | |
RegisterEvent | Register event with EventTrackingService so host knows that this instance waits for event | protected |
SetIdentity | Sets the identity into the object if supported | public, static |
Subscribe | Creates the subscription of an Activity to an event. | public |
ToPropertyBag(Object) | Create a PropertyBag instance and populates it with its properties The algorith for extracting properties is as follows: 1) Property must a have a getter and setter 2a) Getter must be public OR 2b) The class must be marked either with the DataContractAttribute or EPiServerDataContractAttribute and the property must be marked either with the DataMemberAttribute or EPiServerDataMemberAttribute | public, static |
ToPropertyBag(Object, IEnumerable(String)) | Create a PropertyBag instance and populates it with its properties | public, static |
UnregisterEvent | Unregister event with EventTrackingService | protected |
Unsubscribe | Cancels the subscription of an Activity to an event. | public |
Name | Summary | Status |
---|---|---|
AssignedTo | The person or group/role the task is assigned to | public |
CacheKey | Gets the cache key which can be used to get the triggering Task instance. | public |
Description | Gets or sets the user defined description of the Activity. | public |
EventActivity | Gets wrapped "raw" event activity. | protected |
PreviousStatus | The previous status of the task | public |
QueueName | Gets the name of the WorkflowQueue on which the activity is waiting for data to arrive. | public |
Status | The status of the task | public |
TaskDescription | The description of the task | public |
TaskSubject | The subject of the task | public |
Name | Summary | Status |
---|---|---|
EventRegistered | Occurs when an event is registered. | public |
Invoked | Event delegate that is called when event occurs | public |
Event argument is of type WorkflowTaskEventArgs