ValidateType class

表單輸入的驗證規則類型。

public class ValidateType : IComparable<ValidateType>, IEquatable<ValidateType>
1

Public Members

namedescription
static readonly Chinese中文驗證。
static readonly Currency貨币格式驗證。
static readonly EmailEmail格式驗證。
static readonly English英文驗證。
static readonly IdCard身份證号碼驗證。
static readonly Integer整數驗證。
static readonly Mobile手機号碼驗證。
static readonly None無驗證。
static readonly Phone電話号碼驗證。
static readonly RegExp正則表達式驗證。
static readonly Url網址格式驗證。
static readonly Zip郵政編碼驗證。
Value { get; }驗證規則的值。
CompareTo(…)比較兩(liǎng)個驗證規則是否一緻。
override Equals(…)
Equals(…)比較兩(liǎng)個驗證規則是否一緻。
override GetHashCode()
override ToString()
operator ==比較兩(liǎng)個驗證規則是否一緻。
operator !=比較兩(liǎng)個驗證規則是否不一緻。