Table of Contents

Class PropertyInfoExtention

Namespace
H.Controls.Form
Assembly
H.Controls.Form.dll
public static class PropertyInfoExtention
Inheritance
PropertyInfoExtention
Inherited Members

Methods

ChangeType<T>(object)

public static T ChangeType<T>(this object obj)

Parameters

obj object

Returns

T

Type Parameters

T

Create(PropertyInfo, object)

public static IPropertyItem Create(this PropertyInfo info, object obj)

Parameters

info PropertyInfo
obj object

Returns

IPropertyItem

CreateByType(PropertyInfo, object)

public static IPropertyItem CreateByType(this PropertyInfo info, object obj)

Parameters

info PropertyInfo
obj object

Returns

IPropertyItem

CreateView(PropertyInfo, object)

public static IPropertyItem CreateView(this PropertyInfo info, object obj)

Parameters

info PropertyInfo
obj object

Returns

IPropertyItem