6 references to GetGroupName
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DisplayAttribute.cs (3)
166
/// Consumers must use the <see cref="
GetGroupName
"/> method to retrieve the UI display string.
174
/// The <see cref="
GetGroupName
"/> method will return either the literal, non-localized
198
/// <see cref="GetName"/>, <see cref="GetDescription"/>, <see cref="GetPrompt"/>, and <see cref="
GetGroupName
"/>
System.Web.DynamicData (3)
DynamicData\MetaTable.cs (3)
545
string groupName = displayAttribute.
GetGroupName
();
648
return Columns.Where(c => c.Metadata.DisplayAttribute != null && !String.IsNullOrEmpty(c.Metadata.DisplayAttribute.
GetGroupName
()))
649
.GroupBy(c => c.Metadata.DisplayAttribute.
GetGroupName
())