Click or drag to resize
PropertyHelper Class
Utility methods for working with properties.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfacePropertyHelper

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 memberExtractNameT(ExpressionFuncT, 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 memberExtractNameT(T, ExpressionFuncT, 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