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私人局透视方法(辅助挂)竟然有挂(真的有挂辅助方法)进入游戏-大厅左侧-...
总算明白!xpoker辅助器(... 总算明白!xpoker辅助器(辅助挂)都是是有挂(有挂规律辅助技巧)脚本下载中分为三种模型:挂靠谱的...
今日科普!wpk刷入池率脚本(... 今日科普!wpk刷入池率脚本(辅助挂)好像真的是有挂(有挂详细辅助脚本)亲,关键说明,透视脚本安卓赛...
分享认知!xpoker怎么作弊... 分享认知!xpoker怎么作弊(辅助挂)真是是真的有挂(证实有挂辅助方法)1、打开软件启动之后找到中...
终于知道!德普之星app安卓版... 终于知道!德普之星app安卓版破解版(辅助挂)果然有挂(的确有挂辅助器)辅助器是一种具有地方特色的麻...
玩家必看科普!hhpoker有... 玩家必看科普!hhpoker有没有外挂(辅助挂)本来是有挂(有挂神器辅助攻略)1、免费脚本咨询教程、...
交流学习经验!hhpoker脚... 交流学习经验!hhpoker脚本下载(辅助挂)真是是真的有挂(有挂方式辅助软件)1、许多玩家不知道辅...
热点推荐!we poker插件... 热点推荐!we poker插件(辅助挂)都是有挂(有挂功能辅助攻略)1、进入游戏-大厅左侧-新手福利...
终于懂了!wepoker怎么看... 终于懂了!wepoker怎么看牌型(辅助挂)切实有挂(真的有挂辅助工具)1、下载好正确养号方法之后点...
玩家攻略!hhpoker免费透... 玩家攻略!hhpoker免费透视脚本(辅助挂)本来真的有挂(有挂细节辅助app)1、透视辅助软件激活...