Click or drag to resize

PropertySupportExtractPropertyNameT Method

Checks a passed expression for its status as a public property and extracts its name as a string.

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public static string ExtractPropertyName<T>(
	
	Expression<Func<T>> propertyExpression
)

Parameters

propertyExpression  ExpressionFuncT
The property functionality.

Type parameters

T
The type of property.

Return value

String
The name of the property.
See also