[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.ObjectPropertyBase

类 ObjectPropertyBase

提供对象属性,列表属性等属性自定义类型的基类

继承
object
ObjectPropertyBase
实现
System.ICloneable
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class ObjectPropertyBase : ICloneable

构造函数

ObjectPropertyBase()

提供对象属性,列表属性等属性自定义类型的基类

声明
public ObjectPropertyBase()

方法

Clone()

默认的深Clone实现

声明
public virtual object Clone()
返回值
类型 描述
object

GetDesignerPropertyVisible(string)

控制属性的动态隐藏

声明
public virtual bool GetDesignerPropertyVisible(string propertyName)
参数
类型 名称 描述
string propertyName

属性名

返回值
类型 描述
bool

是否可见

实现

System.ICloneable