[]
提供对象属性,列表属性等属性自定义类型的基类
public class ObjectPropertyBase : ICloneable
提供对象属性,列表属性等属性自定义类型的基类
public ObjectPropertyBase()
默认的深Clone实现
public virtual object Clone()
类型 | 描述 |
---|---|
object |
控制属性的动态隐藏
public virtual bool GetDesignerPropertyVisible(string propertyName)
类型 | 名称 | 描述 |
---|---|---|
string | propertyName | 属性名 |
类型 | 描述 |
---|---|
bool | 是否可见 |