DataBindingCollectionConverterとは? わかりやすく解説

DataBindingCollectionConverter クラス

メモ : このクラスは、互換性のために残されています。

DataBindingCollection オブジェクトの型コンバータ提供します

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

<ObsoleteAttribute("Use of this type is not recommended because
 DataBindings editing is launched via a DesignerActionList instead of the property
 grid. http://go.microsoft.com/fwlink/?linkid=14202")> _
Public Class DataBindingCollectionConverter
    Inherits TypeConverter
Dim instance As DataBindingCollectionConverter
[ObsoleteAttribute("Use of this type is not recommended because
 DataBindings editing is launched via a DesignerActionList instead of the property
 grid. http://go.microsoft.com/fwlink/?linkid=14202")] 
public class DataBindingCollectionConverter
 : TypeConverter
[ObsoleteAttribute(L"Use of this type is not recommended
 because DataBindings editing is launched via a DesignerActionList instead of the
 property grid. http://go.microsoft.com/fwlink/?linkid=14202")] 
public ref class DataBindingCollectionConverter
 : public TypeConverter
/** @attribute ObsoleteAttribute("Use of this type is not
 recommended because DataBindings editing is launched via a DesignerActionList instead
 of the property grid. http://go.microsoft.com/fwlink/?linkid=14202") */ 
public class DataBindingCollectionConverter
 extends TypeConverter
ObsoleteAttribute("Use of this type is not recommended because
 DataBindings editing is launched via a DesignerActionList instead of the property
 grid. http://go.microsoft.com/fwlink/?linkid=14202") 
public class DataBindingCollectionConverter
 extends TypeConverter
解説解説

この型コンバータは、String 以外のすべての変換先の型について、基本 System.ComponentModel.TypeConverter.ConvertTo メソッド呼び出します。ただし、String には空の文字列 ("") を返します

使用例使用例
' Associates the DataBindingCollectionConverter 
' with a DataBindingCollection property.   
<TypeConverterAttribute(GetType(DataBindingCollectionConverter))>
  _
Public Property dataBindings() As
 DataBindingCollection
   Get
      Return bindings
   End Get
   Set
      bindings = value
   End Set
End Property
Private bindings As DataBindingCollection
// Associates the DataBindingCollectionConverter 
// with a DataBindingCollection property.
[TypeConverterAttribute(typeof(DataBindingCollectionConverter))]
public DataBindingCollection dataBindings
{
    get
    {
        return bindings;
    }
    set
    {
        bindings = value;
    }
}
private DataBindingCollection bindings;
   // Associates the DataBindingCollectionConverter
   // with a DataBindingCollection property.
public:
   [TypeConverterAttribute(DataBindingCollectionConverter::typeid)]
   property DataBindingCollection^ dataBindings 
   {
      DataBindingCollection^ get()
      {
         return bindings;
      }
      void set( DataBindingCollection^ value
 )
      {
         bindings = value;
      }
   }
private:
   DataBindingCollection^ bindings;
// Associates the DataBindingCollectionConverter 
// with a DataBindingCollection property.
/** @attribute TypeConverterAttribute(DataBindingCollectionConverter.class)
 */
/** @property 
 */
public DataBindingCollection get_dataBindings()
{
    return bindings;
} //get_dataBindings

/** @property 
 */
public void set_dataBindings(DataBindingCollection
 value)
{
    bindings = value;
} //set_dataBindings

private DataBindingCollection bindings;
継承階層継承階層
System.Object
   System.ComponentModel.TypeConverter
    System.Web.UI.Design.DataBindingCollectionConverter
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataBindingCollectionConverter メンバ
System.Web.UI.Design 名前空間

DataBindingCollectionConverter コンストラクタ

DataBindingCollectionConverter クラスインスタンス初期化します。

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Dim instance As New DataBindingCollectionConverter
public DataBindingCollectionConverter ()
public:
DataBindingCollectionConverter ()
public DataBindingCollectionConverter ()
public function DataBindingCollectionConverter
 ()
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataBindingCollectionConverter クラス
DataBindingCollectionConverter メンバ
System.Web.UI.Design 名前空間

DataBindingCollectionConverter メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド CanConvertFrom  オーバーロードされますコンバータ特定の型のオブジェクトコンバータの型に変換できるかどうかを示す値を返します。 ( TypeConverter から継承されます。)
パブリック メソッド CanConvertTo  オーバーロードされますコンバータオブジェクト指定した型に変換できるかどうかを示す値を返します。 ( TypeConverter から継承されます。)
パブリック メソッド ConvertFrom  オーバーロードされます指定した値をコンバータの型に変換します。 ( TypeConverter から継承されます。)
パブリック メソッド ConvertFromInvariantString  オーバーロードされます。 インバリアント カルチャを使用して、値をコンバータの型に変換します。 ( TypeConverter から継承されます。)
パブリック メソッド ConvertFromString  オーバーロードされます指定したテキストオブジェクト変換します。 ( TypeConverter から継承されます。)
パブリック メソッド ConvertTo オーバーロードされます指定した型にデータ連結コレクション変換します
パブリック メソッド ConvertToInvariantString  オーバーロードされます指定した値を、インバリアント カルチャを使用した文字列形式変換します。 ( TypeConverter から継承されます。)
パブリック メソッド ConvertToString  オーバーロードされます指定した値を文字列形式変換します。 ( TypeConverter から継承されます。)
パブリック メソッド CreateInstance  オーバーロードされますObject一連のプロパティ値を指定して、そのオブジェクト再作成ます。 ( TypeConverter から継承されます。)
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 ( Object から継承されます。)
パブリック メソッド GetCreateInstanceSupported  オーバーロードされます。 このオブジェクトの値を変更するときに CreateInstance メソッド呼び出して新しい値を作成する必要があるかどうか返します。 ( TypeConverter から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 ( Object から継承されます。)
パブリック メソッド GetProperties  オーバーロードされますvalue パラメータ指定され配列型プロパティコレクション返します。 ( TypeConverter から継承されます。)
パブリック メソッド GetPropertiesSupported  オーバーロードされますオブジェクトプロパティサポートしているかどうかを示す値を返します。 ( TypeConverter から継承されます。)
パブリック メソッド GetStandardValues  オーバーロードされます。 型コンバータデザインされ対象データ型標準値コレクション返します。 ( TypeConverter から継承されます。)
パブリック メソッド GetStandardValuesExclusive  オーバーロードされます。 GetStandardValues から返され標準値コレクションが、排他的なリストかどうかを示す値を返します。 ( TypeConverter から継承されます。)
パブリック メソッド GetStandardValuesSupported  オーバーロードされますリストから選択できる標準値セットオブジェクトサポートするかどうかを示す値を返します。 ( TypeConverter から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド IsValid  オーバーロードされます指定したオブジェクトが型に対して有効かどうかを示す値を返します。 ( TypeConverter から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
  名前 説明
プロテクト メソッド Finalize  Objectガベージ コレクションにより収集される前に、その Objectリソース解放しその他のクリーンアップ操作実行できるようにします。 ( Object から継承されます。)
プロテクト メソッド GetConvertFromException  変換実行できなかった場合スローされる例外返します。 ( TypeConverter から継承されます。)
プロテクト メソッド GetConvertToException  変換実行できなかった場合スローされる例外返します。 ( TypeConverter から継承されます。)
プロテクト メソッド MemberwiseClone  現在の Object簡易コピー作成します。 ( Object から継承されます。)
プロテクト メソッド SortProperties  プロパティコレクション並べ替えます。 ( TypeConverter から継承されます。)
参照参照

関連項目

DataBindingCollectionConverter クラス
System.Web.UI.Design 名前空間

DataBindingCollectionConverter メンバ

DataBindingCollection オブジェクトの型コンバータ提供します

DataBindingCollectionConverter データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド DataBindingCollectionConverter DataBindingCollectionConverter クラスインスタンス初期化します。
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド CanConvertFrom  オーバーロードされますコンバータ特定の型のオブジェクトコンバータの型に変換できるかどうかを示す値を返します。 (TypeConverter から継承されます。)
パブリック メソッド CanConvertTo  オーバーロードされますコンバータオブジェクト指定した型に変換できるかどうかを示す値を返します。 (TypeConverter から継承されます。)
パブリック メソッド ConvertFrom  オーバーロードされます指定した値をコンバータの型に変換します。 (TypeConverter から継承されます。)
パブリック メソッド ConvertFromInvariantString  オーバーロードされます。 インバリアント カルチャを使用して、値をコンバータの型に変換します。 (TypeConverter から継承されます。)
パブリック メソッド ConvertFromString  オーバーロードされます指定したテキストオブジェクト変換します。 (TypeConverter から継承されます。)
パブリック メソッド ConvertTo オーバーロードされます指定した型にデータ連結コレクション変換します
パブリック メソッド ConvertToInvariantString  オーバーロードされます指定した値を、インバリアント カルチャを使用した文字列形式変換します。 (TypeConverter から継承されます。)
パブリック メソッド ConvertToString  オーバーロードされます指定した値を文字列形式変換します。 (TypeConverter から継承されます。)
パブリック メソッド CreateInstance  オーバーロードされますObject一連のプロパティ値を指定して、そのオブジェクト再作成ます。 (TypeConverter から継承されます。)
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 (Object から継承されます。)
パブリック メソッド GetCreateInstanceSupported  オーバーロードされます。 このオブジェクトの値を変更するときに CreateInstance メソッド呼び出して新しい値を作成する必要があるかどうか返します。 (TypeConverter から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 (Object から継承されます。)
パブリック メソッド GetProperties  オーバーロードされますvalue パラメータ指定され配列型プロパティコレクション返します。 (TypeConverter から継承されます。)
パブリック メソッド GetPropertiesSupported  オーバーロードされますオブジェクトプロパティサポートしているかどうかを示す値を返します。 (TypeConverter から継承されます。)
パブリック メソッド GetStandardValues  オーバーロードされます。 型コンバータデザインされ対象データ型標準値コレクション返します。 (TypeConverter から継承されます。)
パブリック メソッド GetStandardValuesExclusive  オーバーロードされます。 GetStandardValues から返され標準値コレクションが、排他的なリストかどうかを示す値を返します。 (TypeConverter から継承されます。)
パブリック メソッド GetStandardValuesSupported  オーバーロードされますリストから選択できる標準値セットオブジェクトサポートするかどうかを示す値を返します。 (TypeConverter から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド IsValid  オーバーロードされます指定したオブジェクトが型に対して有効かどうかを示す値を返します。 (TypeConverter から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
  名前 説明
プロテクト メソッド Finalize  Objectガベージ コレクションにより収集される前に、その Objectリソース解放しその他のクリーンアップ操作実行できるようにします。 (Object から継承されます。)
プロテクト メソッド GetConvertFromException  変換実行できなかった場合スローされる例外返します。 (TypeConverter から継承されます。)
プロテクト メソッド GetConvertToException  変換実行できなかった場合スローされる例外返します。 (TypeConverter から継承されます。)
プロテクト メソッド MemberwiseClone  現在の Object簡易コピー作成します。 (Object から継承されます。)
プロテクト メソッド SortProperties  プロパティコレクション並べ替えます。 (TypeConverter から継承されます。)
参照参照

関連項目

DataBindingCollectionConverter クラス
System.Web.UI.Design 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からDataBindingCollectionConverterを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDataBindingCollectionConverterを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDataBindingCollectionConverterを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DataBindingCollectionConverter」の関連用語

DataBindingCollectionConverterのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataBindingCollectionConverterのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS