System.ComponentModel.DataAnnotations.NumericAttribute.NumericAttribute C# (CSharp) 메소드

NumericAttribute() 공개 메소드

Creates a new NumericAttribute instance with the defaul error message: "The {0} field is not a valid number."
public NumericAttribute ( ) : System
리턴 System
        public NumericAttribute()
            : this("The {0} field is not a valid number.")
        {
        }

Same methods

NumericAttribute::NumericAttribute ( string errorMessage ) : System