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

相关内容

热门资讯

详细透视!智星德州插件,德州辅... 详细透视!智星德州插件,德州辅助工具到底怎么样(透视)真是一直都是有辅助脚本(哔哩哔哩)1、德州辅助...
分享透视!cloudpoker... 分享透视!cloudpoker怎么开挂,werplan怎么作必弊(透视)好像真的是有辅助教程(哔哩哔...
辅助透视!poker mast... 辅助透视!poker master辅助,fishpoker透视底牌(透视)果然是真的有辅助教程(哔哩...
揭露透视!大菠萝手游辅助,哈糖... 您好,哈糖大菠萝辅助器这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩...
开挂透视!约局吧德州透视,po... 开挂透视!约局吧德州透视,pokerrrr2辅助(透视)真是真的有辅助教程(哔哩哔哩)1、许多玩家不...
总结透视!newpoker脚本... 总结透视!newpoker脚本,智星德州插件最新版本更新内容详解(透视)本来一直都是有辅助插件(哔哩...
了解透视!哈糖大菠萝挂法,拱趴... 了解透视!哈糖大菠萝挂法,拱趴大菠萝万能辅助器(透视)本来是有辅助攻略(哔哩哔哩)拱趴大菠萝万能辅助...
辅助透视!sohoo辅助,po... 辅助透视!sohoo辅助,pokemmo脚本辅助(透视)都是一直都是有辅助攻略(哔哩哔哩)亲,关键说...
教你透视!德州辅助工具到底怎么... 教你透视!德州辅助工具到底怎么样,菠萝德普辅助器免费版在哪里(透视)都是一直都是有辅助技巧(哔哩哔哩...
有挂透视!pokemomo辅助... 有挂透视!pokemomo辅助工具,德州真人透视脚本(透视)果然真的有辅助方法(哔哩哔哩)1、很好的...