5 writes to Value
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
65
this._shortName.
Value
= value;
96
this._name.
Value
= value;
127
this._description.
Value
= value;
158
this._prompt.
Value
= value;
189
this._groupName.
Value
= value;
14 references to Value
System.ComponentModel.DataAnnotations (14)
DataAnnotations\DisplayAttribute.cs (10)
61
return this._shortName.
Value
;
64
if (this._shortName.
Value
!= value) {
92
return this._name.
Value
;
95
if (this._name.
Value
!= value) {
123
return this._description.
Value
;
126
if (this._description.
Value
!= value) {
154
return this._prompt.
Value
;
157
if (this._prompt.
Value
!= value) {
185
return this._groupName.
Value
;
188
if (this._groupName.
Value
!= value) {
DataAnnotations\LocalizableString.cs (4)
90
/// If <see cref="ResourceType"/> has been specified and <see cref="
Value
"/> is not
93
/// If <see cref="ResourceType"/> is null then <see cref="
Value
"/> will be returned
99
/// specified, <see cref="
Value
"/> is not null, but the resource could not be
100
/// accessed. <see cref="ResourceType"/> must be a public class, and <see cref="
Value
"/>