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

相关内容

热门资讯

透视透视"wepok... 透视透视"wepoker透视有没有"详细辅助透牌教程(一直真的是有挂)是一款可以让一直输的玩家,快速...
透视线上"werpl... 您好,werplan辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多...
透视代打"约局吧开挂... 透视代打"约局吧开挂"详细辅助安装教程(先前有挂)是由北京得约局吧开挂黑科技有限公司精心研发的一款功...
透视游戏"wepok... 透视游戏"wepoker怎么挂底牌"详细辅助2025版教程(一向真的有挂)1、点击下载安装,微扑克w...
透视好友"hhpok... 透视好友"hhpoker开挂教程"详细辅助攻略教程(从前有挂);支持多人共享记分板与复盘,通过邀请好...
透视黑科技"hhpo... 透视黑科技"hhpoker一直输有挂吗"详细辅助AI教程(都是是真的有挂)是一款可以让一直输的玩家,...
透视好友房"德扑圈透... 1、透视好友房"德扑圈透视挂"详细辅助科技教程(都是是真的有挂)2、进入游戏-大厅左侧-新手福利-激...
透视模拟器"来玩ap... 透视模拟器"来玩app破解"详细辅助线上教程(总是存在有挂)是一款可以让一直输的玩家,快速成为一个“...
透视有挂"哈糖大菠萝... 透视有挂"哈糖大菠萝有没有挂"详细辅助必赢教程(其实真的有挂);1.哈糖大菠萝有没有挂 ai辅助创建...
透视模拟器"wepo... 透视模拟器"wepoker私人局辅助器怎么用"详细辅助必胜教程(一向真的有挂)1、不需要AI权限,帮...