| PropertyHelper Class |
Namespace: VirtualRadar.Interface
| Name | Description | |
|---|---|---|
| ExtractName(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.
| |
| ExtractNameT(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.
| |
| ExtractNameT(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.
|