Click or drag to resize

PropertySupport Class

Provides support for extracting property information based on a property expression.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsPropertySupport

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static class PropertySupport

The PropertySupport type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExtractPropertyNameTProperty(ExpressionFuncTProperty)
Extracts the property name from a property expression.
Public methodStatic memberExtractPropertyNameT, TProperty(ExpressionFuncT, TProperty)
Extracts the property name from a property expression.
Public methodStatic memberGetEventArgsT
Gets the PropertyChangedEventArgs for the specified property.
Public methodStatic memberTryExtractPropertyNameTProperty(ExpressionFuncTProperty)
Extracts the property name from a property expression.
Public methodStatic memberTryExtractPropertyNameT, TProperty(ExpressionFuncT, TProperty)
Extracts the property name from a property expression.
Top
See Also