ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









DataSourceConverter

System.Web.UI.Design (system.design.dll)class

This class provides a
System.ComponentModel.TypeConverter that can be
used to convert a string to a data source object and vice versa. You
will not need to access this class directly, unless you want to use
it for a custom ASP.NET controlin which case you can bind it
to the DataSource property by using the
System.ComponentModel.TypeConverterAttribute.

public class 

DataSourceConverter : System.ComponentModel.TypeConverter {
// Public Constructors
public

DataSourceConverter ( );
// Public Instance Methods
public override bool

CanConvertFrom (System.ComponentModel.ITypeDescriptorContext

context , Type

sourceType );
// overrides System.ComponentModel.TypeConverter
public override object

ConvertFrom (System.ComponentModel.ITypeDescriptorContext

context ,
System.Globalization.CultureInfo

culture , object

value );
// overrides System.ComponentModel.TypeConverter
public override StandardValuesCollection

GetStandardValues (System.ComponentModel.ITypeDescriptorContext

context );
// overrides System.ComponentModel.TypeConverter
public override bool

GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext

context );
// overrides System.ComponentModel.TypeConverter
public override bool

GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext

context );
// overrides System.ComponentModel.TypeConverter
}



Hierarchy


System.Object
System.ComponentModel.TypeConverter
DataSourceConverter


/ 873