1 write to OtherProperty
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CompareAttribute.cs (1)
21OtherProperty = otherProperty;
4 references to OtherProperty
System.ComponentModel.DataAnnotations (4)
DataAnnotations\CompareAttribute.cs (4)
29return String.Format(CultureInfo.CurrentCulture, ErrorMessageString, name, OtherPropertyDisplayName ?? OtherProperty); 39PropertyInfo otherPropertyInfo = validationContext.ObjectType.GetProperty(OtherProperty); 41return new ValidationResult(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.CompareAttribute_UnknownProperty, OtherProperty)); 47OtherPropertyDisplayName = GetDisplayNameForProperty(validationContext.ObjectType, OtherProperty);