Class PropertyInfoExtention
- Namespace
- H.Controls.Form.Provider
- Assembly
- H.Controls.Form.dll
public static class PropertyInfoExtention
- Inheritance
-
PropertyInfoExtention
- Inherited Members
-
Methods
public static T ChangeType<T>(this object obj)
Parameters
obj
object
Returns
- T
Type Parameters
T
public static IPropertyItem Create(this PropertyInfo info, object obj)
Parameters
info
PropertyInfo
obj
object
Returns
- IPropertyItem
public static IPropertyItem CreateByType(this PropertyInfo info, object obj)
Parameters
info
PropertyInfo
obj
object
Returns
- IPropertyItem
public static IPropertyItem CreateView(this PropertyInfo info, object obj)
Parameters
info
PropertyInfo
obj
object
Returns
- IPropertyItem