5 writes to Value
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
65this._shortName.Value = value; 96this._name.Value = value; 127this._description.Value = value; 158this._prompt.Value = value; 189this._groupName.Value = value;
14 references to Value
System.ComponentModel.DataAnnotations (14)
DataAnnotations\DisplayAttribute.cs (10)
61return this._shortName.Value; 64if (this._shortName.Value != value) { 92return this._name.Value; 95if (this._name.Value != value) { 123return this._description.Value; 126if (this._description.Value != value) { 154return this._prompt.Value; 157if (this._prompt.Value != value) { 185return this._groupName.Value; 188if (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"/>