Class ObjectPropertyItemBase
类型基类
public abstract class ObjectPropertyItemBase : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, IPropertyItem, IValueChangeable
- Inheritance
-
ObjectPropertyItemBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ObjectPropertyItemBase(PropertyInfo, object)
public ObjectPropertyItemBase(PropertyInfo property, object obj)
Parameters
property
PropertyInfoobj
object
Properties
Obj
public object Obj { get; set; }
Property Value
PropertyInfo
public PropertyInfo PropertyInfo { get; set; }
Property Value
ReadOnly
public bool ReadOnly { get; set; }
Property Value
TabGroup
public string TabGroup { get; set; }
Property Value
Unit
public string Unit { get; set; }
Property Value
ValueChanged
public Action<object> ValueChanged { get; set; }
Property Value
Visibility
public Visibility Visibility { get; set; }
Property Value
Methods
LoadValue()
从实体中加载数据到页面
public abstract void LoadValue()