Table of Contents

Class PropertyExtention

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
public static class PropertyExtention
Inheritance
PropertyExtention
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 ObjectPropertyItem CreateByType(this PropertyInfo info, object obj)

Parameters

info PropertyInfo
obj object

Returns

ObjectPropertyItem

CreateView(PropertyInfo, object)

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

Parameters

info PropertyInfo
obj object

Returns

IPropertyItem