Show / Hide Table of Contents

Class ValidationTestController.ValidationDynamicTestModel.Consts

Inheritance
object
ValidationTestController.ValidationDynamicTestModel.Consts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Validation
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public static class ValidationTestController.ValidationDynamicTestModel.Consts

Properties

MaxValue1

Declaration
public static int MaxValue1 { get; set; }
Property Value
Type Description
int

MaxValue1Length

Declaration
public static int MaxValue1Length { get; set; }
Property Value
Type Description
int

MaxValue2

Declaration
public static double MaxValue2 { get; set; }
Property Value
Type Description
double

MaxValue2Length

Declaration
public static int MaxValue2Length { get; set; }
Property Value
Type Description
int

MaxValue3

Declaration
public static string MaxValue3 { get; set; }
Property Value
Type Description
string

MaxValue3Length

Declaration
public static int MaxValue3Length { get; set; }
Property Value
Type Description
int

MinValue1

Declaration
public static int MinValue1 { get; set; }
Property Value
Type Description
int

MinValue1Length

Declaration
public static int MinValue1Length { get; set; }
Property Value
Type Description
int

MinValue2

Declaration
public static double MinValue2 { get; set; }
Property Value
Type Description
double

MinValue3

Declaration
public static string MinValue3 { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform