InputComponentBaseTGetPropertyNameTSource, TProperty Method
Returns name of the property. (class -> property) must be the input.
Namespace: MobileTrack.Web.Components.ViewsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected static string GetPropertyName<TSource, TProperty>(
Expression<Func<TSource, TProperty>> propertyLambda
)
- propertyLambda ExpressionFuncTSource, TProperty
- Expression for the property to get the name from.
- TSource
- Business object
- TProperty
- Property to select
StringRetrieve property name