Class CounterCategory
public class CounterCategory : CounterCategoryBase, INotifyPropertyChanged, IDisplayer
- Inheritance
-
CounterCategory
- Implements
- Inherited Members
- Extension Methods
Constructors
CounterCategory()
public CounterCategory()
Properties
CategoryName
[Required]
[BindingGetSelectSourceMethod("GetCategoryNames")]
[PropertyItemType(Type = typeof(ComboBoxSelectSourcePropertyItem))]
[Display(Name = "监视器类型")]
public string CategoryName { get; set; }
Property Value
Name
[Required]
[Display(Name = "显示名称")]
[Browsable(true)]
public override string Name { get; set; }
Property Value
Methods
GetCategoryNames()
public List<string> GetCategoryNames()