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
objectfilter
Func<IPropertyItem, bool>
Returns
GetPropertyTabItems(List<IPropertyItem>)
public List<PropertyTabItem> GetPropertyTabItems(List<IPropertyItem> propertyItems)
Parameters
propertyItems
List<IPropertyItem>
Returns
GetPropertyTabItems(object)
public List<PropertyTabItem> GetPropertyTabItems(object obj)
Parameters
obj
object
Returns
GetPropertyTabItems(object, Func<IPropertyItem, bool>)
public List<PropertyTabItem> GetPropertyTabItems(object obj, Func<IPropertyItem, bool> filter)
Parameters
obj
objectfilter
Func<IPropertyItem, bool>