Table of Contents

Class ComputerViewPresenter

Namespace
HeBianGu.Systems.WinTool
Assembly
HeBianGu.Systems.WinTool.dll
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

RelayCommand

Collection

[Browsable(false)]
public ObservableCollection<IComputerInfo> Collection { get; }

Property Value

ObservableCollection<IComputerInfo>

ComputerName

计算机名称

public string ComputerName { get; }

Property Value

string

IsOSPlatform

是否为Windows操作系统

public bool IsOSPlatform { get; }

Property Value

bool

MoreCommand

public RelayCommand MoreCommand { get; }

Property Value

RelayCommand

OSArchitecture

public string OSArchitecture { get; }

Property Value

string

OSDescription

操作系统版本

public string OSDescription { get; }

Property Value

string

SelectedItem

说明

public IComputerInfo SelectedItem { get; set; }

Property Value

IComputerInfo

UserName

计算机用户

public string UserName { get; set; }

Property Value

string

Methods

Load(IStartWindow, out string)

public bool Load(IStartWindow window, out string message)

Parameters

window IStartWindow
message string

Returns

bool

Loaded(object)

protected override void Loaded(object obj)

Parameters

obj object