6 writes to ResourceType
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
183
_shortName.
ResourceType
= value;
184
_name.
ResourceType
= value;
185
_description.
ResourceType
= value;
186
_prompt.
ResourceType
= value;
187
_groupName.
ResourceType
= value;
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
81
set => _nullDisplayText.
ResourceType
= value;
5 references to ResourceType
System.ComponentModel.Annotations (5)
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
80
get => _nullDisplayText.
ResourceType
;
System\ComponentModel\DataAnnotations\LocalizableString.cs (4)
97
/// If <see cref="
ResourceType
" /> has been specified and <see cref="Value" /> is not
100
/// If <see cref="
ResourceType
" /> is null then <see cref="Value" /> will be returned
105
/// Thrown if localization fails. This can occur if <see cref="
ResourceType
" /> has been
107
/// accessed. <see cref="
ResourceType
" /> must be a public class, and <see cref="Value" />