Class ExpressionExtensions
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public static class ExpressionExtensions
- Inheritance
-
ExpressionExtensions
- Inherited Members
Methods
GetFullPathOfMember<T>(Expression<Func<T>>)
public static string GetFullPathOfMember<T>(this Expression<Func<T>> property)
Parameters
property
Expression<Func<T>>
Returns
Type Parameters
T
GetLabelString<T>(Expression<Func<T>>)
Returns the display name attribute of the provided field property as a string. If this attribute is missing, the member name will be returned.
public static string GetLabelString<T>(this Expression<Func<T>> expression)
Parameters
expression
Expression<Func<T>>
Returns
Type Parameters
T