The following tables list the members exposed by Task.
Name | Description | |
---|---|---|
![]() | Description | Gets the Description of the task. |
![]() | ImageSource | The image source associated with the task. |
![]() | Name | Gets the name of the task. |
![]() | Note | Gets a short informational message to display as a small annotation on the task icon. |
Name | Description | |
---|---|---|
![]() | PreviousPage | The page that was currently displayed when the task was executed. |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Tests is this Extension is equal to the argument. (Inherited from Extension) |
![]() | Execute | Starts the task. |
![]() | GetSchema | This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from Extension) |
![]() | ReadJson | Overridden. Generates an object from its JSON representation. |
![]() | ReadXml | Overridden. Generates an object from its XML representation. |
![]() | WriteJson | Overridden. Converts an object into its JSON representation. |
![]() | WriteXml | Overridden. Converts an object into its XML representation. |
Name | Description | |
---|---|---|
![]() | CacheCurrentPage | Caches the current page so it can be redisplayed later by calling TransitionToPreviousPage(). |
![]() | GetImageSource | Returns the ImageSource associated with this Task. Override this method to allow the ImageSource property to initialized on-demand (i.e., the first time its value is requested). |
![]() | Initialize | Overridden. Initialize the Task. |
![]() | OnOwnerInitialized | Overridden. This method is called by the Project when it is Initialized. At this point, all other Tasks and ProjectExtensions will have been Initialized. |
![]() | OnPropertyChanged | Fires the DisplayPropertyChanged |
![]() | TransitionToPreviousPage | Transitions to the page cached in the _prevPage. |
![]() | Uninitialize | Overridden. Uninitialize the Task. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property of the task is changed. |