Class ShowSettingCommand
[Icon("")]
[Display(Name = "设置", Description = "显示系统设置页面")]
public class ShowSettingCommand : ShowDialogCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
- Inheritance
-
ShowSettingCommand
- Implements
- Inherited Members
- Extension Methods
Properties
SwitchToType
public Type SwitchToType { get; set; }
Property Value
Methods
ExecuteAsync(object)
public override Task ExecuteAsync(object parameter)
Parameters
parameter
object