类库说明文档
![]() | JHProperty Class |
帮助处理属性(Property)的属性(Attribute)信息,该类为密封类

Namespace: DCSoft.Utility.Reflection
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public sealed class JHProperty
The JHProperty type exposes the following members.

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.) |
