The UserTaskBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
Abort | When implemented in a derived class, takes actions in response to the activity being aborted. (Inherited from NativeActivity.) | |
CacheMetadata(ActivityMetadata) | Not implemented. Use the CacheMetadata(NativeActivityMetadata) method instead. (Inherited from NativeActivity.) | |
CacheMetadata(NativeActivityMetadata) | Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates. (Inherited from NativeActivity.) | |
Cancel | When implemented in a derived class, runs logic to cause graceful early completion of the activity. (Inherited from NativeActivity.) | |
CreateBookmarksForStandardActions |
Create all bookmarks for standard actions.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute | When implemented in a derived class, runs the activity's execution logic. (Inherited from NativeActivity.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) | Raises an event when creating a map for the dynamic update. (Inherited from NativeActivity.) | |
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | Raises an event when creating a map for the dynamic update. (Inherited from NativeActivity.) | |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) | |
ToString | (Inherited from Activity.) | |
UpdateInstance | Updates the instance of NativeActivity. (Inherited from NativeActivity.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also