1 write to _errorMessageResourceName
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttribute.cs (1)
166
this.
_errorMessageResourceName
= value;
5 references to _errorMessageResourceName
System.ComponentModel.DataAnnotations (5)
DataAnnotations\ValidationAttribute.cs (5)
163
return this.
_errorMessageResourceName
;
204
bool resourceNameSet = !string.IsNullOrEmpty(this.
_errorMessageResourceName
);
236
if (this._errorMessageResourceType != null && !string.IsNullOrEmpty(this.
_errorMessageResourceName
)) {
240
var property = this._errorMessageResourceType.GetProperty(this.
_errorMessageResourceName
, BindingFlags.Public | BindingFlags.Static | BindingFlags.NonPublic);
256
this.
_errorMessageResourceName
));