Table of Contents

Class ObjectPropertyItemBase

Namespace
H.Controls.Form.Base
Assembly
H.Controls.Form.dll

类型基类

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

Properties

Obj

public object Obj { get; set; }

Property Value

object

PropertyInfo

public PropertyInfo PropertyInfo { get; set; }

Property Value

PropertyInfo

ReadOnly

public bool ReadOnly { get; set; }

Property Value

bool

TabGroup

public string TabGroup { get; set; }

Property Value

string

Unit

public string Unit { get; set; }

Property Value

string

ValueChanged

public Action<object> ValueChanged { get; set; }

Property Value

Action<object>

Visibility

public Visibility Visibility { get; set; }

Property Value

Visibility

Methods

LoadValue()

从实体中加载数据到页面

public abstract void LoadValue()