Interface IPluginWizardView
Assembly: MediaBrowser.Model.dll
public interface IPluginWizardView : IPluginUIView
Properties
Declaration
bool AllowBack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool AllowCancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool AllowFinish { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool AllowNext { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
Task OnFinishCommand(string providerId, string commandId, string data)
Parameters
Type |
Name |
Description |
System.String |
providerId |
|
System.String |
commandId |
|
System.String |
data |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
Task<IPluginUIView> OnNextCommand(string providerId, string commandId, string data)
Parameters
Type |
Name |
Description |
System.String |
providerId |
|
System.String |
commandId |
|
System.String |
data |
|
Returns
Extension Methods