Table of Contents

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 PropertyInfo
obj object

Properties

AddCommand

public RelayCommand AddCommand { get; set; }

Property Value

RelayCommand

Methods

CheckType(ObservableCollection<StringHost>, out string)

验证数据类型是否合法

protected override bool CheckType(ObservableCollection<StringHost> value, out string error)

Parameters

value ObservableCollection<StringHost>
error string

Returns

bool

~PrimitivesPropertyItem()

protected ~PrimitivesPropertyItem()

GetElementType()

protected abstract Type GetElementType()

Returns

Type

GetValue()

protected override ObservableCollection<StringHost> GetValue()

Returns

ObservableCollection<StringHost>

RefreshValue()

public void RefreshValue()