MvcTemplate.Components.Mvc.EqualToAttribute.FormatErrorMessage C# (CSharp) Méthode

FormatErrorMessage() public méthode

public FormatErrorMessage ( String name ) : String
name String
Résultat String
        public override String FormatErrorMessage(String name)
        {
            return String.Format(ErrorMessageString, name, OtherPropertyDisplayName);
        }
        protected override ValidationResult IsValid(Object value, ValidationContext validationContext)