Class PrimitivesPropertyItem
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
public abstract class PrimitivesPropertyItem : ObjectPropertyItem<ObservableCollection<StringHost>>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo
- Inheritance
-
PrimitivesPropertyItem
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
PrimitivesPropertyItem(PropertyInfo, object)
public PrimitivesPropertyItem(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
AddCommand
public RelayCommand AddCommand { get; set; }
Property Value
Methods
CheckType(ObservableCollection<StringHost>, out string)
验证数据类型是否合法
protected override bool CheckType(ObservableCollection<StringHost> value, out string error)
Parameters
value
ObservableCollection<StringHost>error
string
Returns
~PrimitivesPropertyItem()
protected ~PrimitivesPropertyItem()
GetElementType()
protected abstract Type GetElementType()
Returns
GetValue()
protected override ObservableCollection<StringHost> GetValue()
Returns
RefreshValue()
public void RefreshValue()