C# Class OnlineVideos.MediaPortal2.DynamicWorkflow

Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Méthodes publiques

Méthode Description
CreateDialogMenuAction ( System.Guid id, string name, string displayLabel, ItemsList dialogItems, MediaPortal.UI.Presentation.Workflow.WorkflowState sourceState, Action action ) : MediaPortal.UI.Presentation.Workflow.WorkflowAction

Creates a WorkflowAction that pushes a dialog as transient state on the navigation stack.

Method Details

CreateDialogMenuAction() public static méthode

Creates a WorkflowAction that pushes a dialog as transient state on the navigation stack.
public static CreateDialogMenuAction ( System.Guid id, string name, string displayLabel, ItemsList dialogItems, MediaPortal.UI.Presentation.Workflow.WorkflowState sourceState, Action action ) : MediaPortal.UI.Presentation.Workflow.WorkflowAction
id System.Guid
name string
displayLabel string
dialogItems ItemsList
sourceState MediaPortal.UI.Presentation.Workflow.WorkflowState
action Action
Résultat MediaPortal.UI.Presentation.Workflow.WorkflowAction