ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 835
نمايش فراداده

ValidationDataTypeserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration specifies the data type that is used for the CompareValidator and RangeValidator controls.

public enum 

ValidationDataType {

String = 0 ,

Integer = 1 ,

Double = 2 ,

Date = 3 ,

Currency = 4 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ValidationDataType

Returned By

System.Web.UI.MobileControls.CompareValidator.Type, System.Web.UI.MobileControls.RangeValidator.Type, BaseCompareValidator.Type

Passed To

System.Web.UI.MobileControls.CompareValidator.Type, System.Web.UI.MobileControls.RangeValidator.Type, BaseCompareValidator.{CanConvert( ), Compare( ), Convert( ), Type}