Table of Contents

Class ComputerInfo

Namespace
HeBianGu.Systems.WinTool
Assembly
HeBianGu.Systems.WinTool.dll
public class ComputerInfo : ComputerInfoBase, INotifyPropertyChanged, IDisplayer, IComputerInfo
Inheritance
ComputerInfo
Implements
Inherited Members
Extension Methods

Constructors

ComputerInfo()

public ComputerInfo()

Properties

GroupName

[Browsable(true)]
[Required]
[BindingGetSelectSourceMethod("GetGroupNames")]
[PropertyItemType(Type = typeof(ComboBoxSelectSourcePropertyItem))]
[Display(Name = "参数类型")]
public override string GroupName { get; set; }

Property Value

string

Name

[Required]
[Display(Name = "显示名称")]
[Browsable(true)]
public override string Name { get; set; }

Property Value

string

Methods

GetGroupNames()

public List<string> GetGroupNames()

Returns

List<string>