4 references to GetAttributePropertyValue
System.Web.DynamicData (4)
DynamicData\DynamicDataExtensions.cs (1)
389
return column.Attributes.
GetAttributePropertyValue
<EnumDataTypeAttribute, Type>(a => a.EnumType, null) ??
DynamicData\MetaColumn.cs (1)
562
IsReadOnly = Attributes.
GetAttributePropertyValue
<ReadOnlyAttribute, bool>(a => a.IsReadOnly, false);
DynamicData\MetaTable.cs (1)
995
ScaffoldTable = Attributes.
GetAttributePropertyValue
<ScaffoldTableAttribute, bool?>(a => a.Scaffold, null);
DynamicData\Util\AttributeExtensions.cs (1)
21
return attributes.
GetAttributePropertyValue
(propertyGetter, null);