Table of Contents

Class PropertyService

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
public class PropertyService : LazyInstance<PropertyService>
Inheritance
PropertyService
Inherited Members
Extension Methods

Methods

GetPropertyItems(object, Func<IPropertyItem, bool>)

public List<IPropertyItem> GetPropertyItems(object obj, Func<IPropertyItem, bool> filter = null)

Parameters

obj object
filter Func<IPropertyItem, bool>

Returns

List<IPropertyItem>

GetPropertyTabItems(List<IPropertyItem>)

public List<PropertyTabItem> GetPropertyTabItems(List<IPropertyItem> propertyItems)

Parameters

propertyItems List<IPropertyItem>

Returns

List<PropertyTabItem>

GetPropertyTabItems(object)

public List<PropertyTabItem> GetPropertyTabItems(object obj)

Parameters

obj object

Returns

List<PropertyTabItem>

GetPropertyTabItems(object, Func<IPropertyItem, bool>)

public List<PropertyTabItem> GetPropertyTabItems(object obj, Func<IPropertyItem, bool> filter)

Parameters

obj object
filter Func<IPropertyItem, bool>

Returns

List<PropertyTabItem>