类库说明文档
JHProperty Methods |
The JHProperty type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetDataTableSchema |
通过属性 (Property) 的属性 (Attribute) 列表,创建对应的表格框架
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue(Object, PropertyInfo) |
获取指定对象属性 (Property) 的值,如果该属性不存在或不可读则返回 null
|
|
GetValue(Object, String) |
获取指定对象指定属性 (Property) 名的值,如果该属性不存在或不可读则返回 null
|
|
SetValue(Object, PropertyInfo, Object) |
设置指定对象属性 (Property) 的值,如果该属性不存在或不可写,或者设置的值无效,则返回
|
|
SetValue(Object, String, Object) |
设置指定对象指定属性 (Property) 名的值,如果该属性不存在或不可写,或者设置的值无效,则返回
|
|
ToString | (Inherited from Object.) |
See Also