ASP.NETMVC:基于两个字段长度的DataAnnotation自定义验证方法
创始人
2024-11-12 05:30:16
0
  1. 首先,在需要自定义验证的Model中,添加需要验证的两个属性。

public class MyModel { public string Field1 { get; set; }

public string Field2 { get; set; }

}

  1. 接着,定义一个新的自定义ValidationAttribute类,命名为StringLengthComparisonAttribute,并继承ValidationAttribute类。

public class StringLengthComparisonAttribute : ValidationAttribute { private readonly string _dependentProperty; private readonly ComparisonOperator _comparisonOperator; private readonly int _dependentPropertyValue;

public StringLengthComparisonAttribute(string dependentProperty, ComparisonOperator comparisonOperator, int dependentPropertyValue)
{
    _dependentProperty = dependentProperty;
    _comparisonOperator = comparisonOperator;
    _dependentPropertyValue = dependentPropertyValue;
}

protected override ValidationResult IsValid(object value, ValidationContext validationContext)
{
    var dependentProperty = validationContext.ObjectType.GetProperty(_dependentProperty);
    if (dependentProperty == null)
    {
        return new ValidationResult($"Unknown property {_dependentProperty}");
    }

    var dependentPropertyValue = dependentProperty.GetValue(validationContext.ObjectInstance, null);

    if (!int.TryParse(dependentPropertyValue.ToString(), out int intDependentPropertyValue))
    {
        return new ValidationResult($"Property {_dependentProperty} is not of type int");
    }

    if (value == null)
    {
        return ValidationResult.Success;
    }

    var valueString = value.ToString();

    var dependentPropertyValueString = dependentPropertyValue.ToString();
    
    if(_comparisonOperator == ComparisonOperator.GreaterThan) 
    {
        if (valueString.Length > intDependentPropertyValue)
        {
            return new ValidationResult($"The length of {validationContext.DisplayName} must be greater than the length of {_dependentProperty}");
        }
    } 
    else if(_comparisonOperator == ComparisonOperator.LessThan) 
    {
        if (valueString.Length < intDependentPropertyValue)
        {
            return new ValidationResult($"The length of {validationContext.DisplayName} must be less than the length of {_dependentProperty}");
        }
    }
    
    return ValidationResult.Success;
}

}

在StringComparisonOperator枚举中定义比较运算符。

public enum ComparisonOperator { LessThan, GreaterThan }

  1. 最后,在需要验证的属性

相关内容

热门资讯

普及透视!hhpoker免费透... 普及透视!hhpoker免费透视脚本,wpk透视怎么安装,模块教程(有挂秘诀)-哔哩哔哩所有人都在同...
关于透视!wejoker手机版... 关于透视!wejoker手机版透视脚本,拱趴游戏破解器,技法教程(有挂技术)-哔哩哔哩关于透视!we...
关于透视!wpk安卓下载辅助,... 关于透视!wpk安卓下载辅助,sohoo竞技联盟辅助器,模板教程(有挂技巧)-哔哩哔哩sohoo竞技...
解迷透视!hhpkoer辅助挂... 解迷透视!hhpkoer辅助挂是真的吗,wepoker透视底牌脚本,策略教程(有挂方针)-哔哩哔哩1...
解谜透视!aapoker怎么选... 解谜透视!aapoker怎么选牌,德普辅助器怎么用,技法教程(有挂解惑)-哔哩哔哩1、德普辅助器怎么...
分享透视!wepoker如何设... 分享透视!wepoker如何设置透视,wepoker免费透视,攻略教程(有挂秘笈)-哔哩哔哩1、we...
有挂透视!wpk透视是真的假的... 有挂透视!wpk透视是真的假的,菠萝辅助器免费版的特点,烘培教程(有挂细节)-哔哩哔哩1、进入到菠萝...
教你透视!pokemmo辅助工... 教你透视!pokemmo辅助工具,wepoker有辅助器吗,窍要教程(真的有挂)-哔哩哔哩1、wep...
解谜透视!wepokerplu... 解谜透视!wepokerplus透视脚本免费,hhpoker辅助器,课程教程(有挂技巧)-哔哩哔哩1...
揭露透视!哈糖大菠萝攻略,hh... 揭露透视!哈糖大菠萝攻略,hhpoker是内部控制吗,教材教程(揭秘有挂)-哔哩哔哩1、操作简单,无...