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. 最后,在需要验证的属性

相关内容

热门资讯

日前!wepoker透视苹果系... 日前!wepoker透视苹果系统,德普之星的辅助工具介绍,真是是真的有挂(有挂讲解)1、这是跨平台的...
据统计!德州透视脚本,德普之星... 据统计!德州透视脚本,德普之星app安卓版破解版,总是是真的有挂(真是有挂)1、起透看视 德普之星a...
现有关情况通报如下!uupok... 现有关情况通报如下!uupoker透视,德普之星怎么设置埋牌,原来是有挂(确实有挂)德普之星怎么设置...
2026版复盘!wepoker... 2026版复盘!wepoker辅助器安装包定制,智星德州插件怎么下载,竟然是有挂(了解有挂)1、起透...
据报道!wepoker智能辅助... 您好,德扑之星透视这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩家在...
备受关注的!来玩app破解,德... 备受关注的!来玩app破解,德普之星app安卓版破解版,切实是有挂(确实有挂)1、该软件可以轻松地帮...
日前!hhpoker作弊码怎么... 日前!hhpoker作弊码怎么用,德普之星透视辅助插件,原来是有挂(有挂教程);1、德普之星透视辅助...
近年来!aapoker插件,德... 近年来!aapoker插件,德普辅助软件,本来真的有挂(有挂方法)德普辅助软件是不是有人用挂微扑克w...
有玩家发现!sohoopoke... 有玩家发现!sohoopoker辅助,红龙poker辅助,其实是真的有挂(确实有挂)1、下载好红龙p...
连日来!wepoker怎么获得... 连日来!wepoker怎么获得好牌,德扑之星透视辅助插件,一贯真的是有挂(有挂解密)1、在德扑之星透...