C# 클래스 OnlineVideos.MediaPortal2.DynamicWorkflow

파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

CreateDialogMenuAction() 공개 정적인 메소드

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
리턴 MediaPortal.UI.Presentation.Workflow.WorkflowAction