6 writes to Value
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
63
set => _shortName.
Value
= value;
88
set => _name.
Value
= value;
113
set => _description.
Value
= value;
138
set => _prompt.
Value
= value;
163
set => _groupName.
Value
= value;
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
54
set => _nullDisplayText.
Value
= value;
10 references to Value
System.ComponentModel.Annotations (10)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
62
get => _shortName.
Value
;
87
get => _name.
Value
;
112
get => _description.
Value
;
137
get => _prompt.
Value
;
162
get => _groupName.
Value
;
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
53
get => _nullDisplayText.
Value
;
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
106
/// specified, <see cref="
Value
" /> is not null, but the resource could not be
107
/// accessed. <see cref="ResourceType" /> must be a public class, and <see cref="
Value
" />