Table of Contents

Class SelectSourcePropertyItem

Namespace
H.Controls.Form.PropertyItem.Base
Assembly
H.Controls.Form.PropertyItem.dll
public class SelectSourcePropertyItem : SelectSourcePropertyItem<object>, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IPropertyItem, IValueChangeable, IBindingVisibleable, IRefreshOnValueChanged, IDataErrorInfo, IDisposable
Inheritance
SelectSourcePropertyItem
Implements
Inherited Members
Extension Methods

Constructors

SelectSourcePropertyItem(PropertyInfo, object)

public SelectSourcePropertyItem(PropertyInfo property, object obj)

Parameters

property PropertyInfo
obj object

Methods

CheckType(object, out string)

验证数据类型是否合法

protected override bool CheckType(object value, out string error)

Parameters

value object
error string

Returns

bool

SetValue(object)

protected override void SetValue(object value)

Parameters

value object