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

相关内容

热门资讯

wepower辅助器!wpk脚... wepower辅助器!wpk脚本(透视)果然有挂(详细辅助我来教教你)1、金币登录送、破产送、升级送...
WePoKe外挂!德扑之星真的... WePoKe外挂!德扑之星真的太假了(透视)从来真的有挂(详细辅助可靠技巧)1、WePoKe外挂ai...
wpk透视辅助!聚星扑克有假吗... wpk透视辅助!聚星扑克有假吗(透视)其实真的是有挂(详细辅助软件教程)是一款可以让一直输的玩家,快...
WePoKe透明挂!德州之星辅... WePoKe透明挂!德州之星辅助器多少钱(透视)其实真的有挂(详细辅助规律教程)1、德州之星辅助ai...
wepoke辅助有挂!微扑克a... wepoke辅助有挂!微扑克ai机器人(透视)确实存在有挂(详细辅助可靠技巧)是一款可以让一直输的玩...
aapoker有外挂!德扑之星... aapoker有外挂!德扑之星隐藏功能在哪(透视)最初真的有挂(详细辅助辅助教程)是一款可以让一直输...
德扑之星有作弊!aapoker... 德扑之星有作弊!aapoker是什么软件(透视)本来是有挂(详细辅助我来教教你)1)德扑之星有作弊辅...
微扑克辅助挂!微扑克ai辅助神... 自定义微扑克辅助挂系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑克专用辅助器,不管你是...
德州ai辅助软件!aa扑克用模... 您好,德州ai辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩家在...
aapoker有挂!aa扑克辅... aapoker有挂!aa扑克辅助(透视)总是有挂(详细辅助详细教程)您好,aa扑克辅助,确实是有挂的...