Class ComputerViewPresenter
public class ComputerViewPresenter : ServiceMvpSettingBase<ComputerViewPresenter, IComputerViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IInvokePresenter, IComputerViewPresenter, IViewPresenter, IStartWindowLoad, IComputerViewPresenterOption
- Inheritance
-
ComputerViewPresenter
- Implements
- Inherited Members
- Extension Methods
Constructors
ComputerViewPresenter()
public ComputerViewPresenter()
Properties
AddInfoCommand
public RelayCommand AddInfoCommand { get; }
Property Value
Collection
[Browsable(false)]
public ObservableCollection<IComputerInfo> Collection { get; }
Property Value
ComputerName
计算机名称
public string ComputerName { get; }
Property Value
IsOSPlatform
是否为Windows操作系统
public bool IsOSPlatform { get; }
Property Value
MoreCommand
public RelayCommand MoreCommand { get; }
Property Value
OSArchitecture
public string OSArchitecture { get; }
Property Value
OSDescription
操作系统版本
public string OSDescription { get; }
Property Value
SelectedItem
说明
public IComputerInfo SelectedItem { get; set; }
Property Value
UserName
计算机用户
public string UserName { get; set; }
Property Value
Methods
Load(IStartWindow, out string)
public bool Load(IStartWindow window, out string message)
Parameters
window
IStartWindowmessage
string
Returns
Loaded(object)
protected override void Loaded(object obj)
Parameters
obj
object