5 writes to ResourceType
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
209this._shortName.ResourceType = value; 210this._name.ResourceType = value; 211this._description.ResourceType = value; 212this._prompt.ResourceType = value; 213this._groupName.ResourceType = value;
4 references to ResourceType
System.ComponentModel.DataAnnotations (4)
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 98/// Thrown if localization fails. This can occur if <see cref="ResourceType"/> has been 100/// accessed. <see cref="ResourceType"/> must be a public class, and <see cref="Value"/>