Table of Contents

Class PropertySupport

Namespace
Innova.Data.Entity.Localization
Assembly
Innova.Data.dll

Provides support for extracting property information based on a property expression.

public static class PropertySupport
Inheritance
PropertySupport

Methods

GetFullPropertyName<T>(Expression<Func<T, object>>)

Gets the full name of the property specified by the expression.

GetFullPropertyName<T, S>(Expression<Func<T, S>>)

Gets the full name of the property specified by the expression.

GetMemberExpression(string, ParameterExpression)

Gets the member expression for the specified property.

GetObjectType<T>(Expression<Func<T, object>>)

Gets the type of the object specified by the expression.

GetPropertyName<T>(Expression<Func<T, object>>)

Gets the name of the property specified by the expression.

GetSelectorExpression<T>(string)

Gets the selector expression for the specified property.