Method GetCustomLabel
GetCustomLabel<T>(string)
Gets custom label for the given Type and PropertyInfo.
string? GetCustomLabel<T>(string propName) where T : class
Parameters
propNamestringProperty name.
Returns
Type Parameters
TObject type.
Gets custom label for the given Type and PropertyInfo.
string? GetCustomLabel<T>(string propName) where T : class
propName stringProperty name.
TObject type.