Class ComputerInfo
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
Name
[Required]
[Display(Name = "显示名称")]
[Browsable(true)]
public override string Name { get; set; }
Property Value
Methods
GetGroupNames()
public List<string> GetGroupNames()