Click or drag to resize
PropertyHelper Class
Utility methods for working with properties.
Inheritance Hierarchy
System.Object
  VirtualRadar.Interface.PropertyHelper

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class PropertyHelper
Methods
  NameDescription
Public methodStatic memberExtractName(Expression)
Retrieves the name of a property from the lambda expression passed across. Returns null if the expression refers to anything other than a simple property.
Public methodStatic memberExtractName<T>(Expression<Func<T, Object>>)
Retrieves the name of a property from the lambda expression passed across. Returns null if the expression refers to anything other than a simple property.
Public methodStatic memberExtractName<T>(T, Expression<Func<T, Object>>)
Retrieves the name of a property from the lambda expression passed across. Returns null if the expression refers to anything other than a simple property.
Top
See Also