AttributeMappingSource クラス

定義

コンテキストの属性を使用してマッピング モデルを作成するマッピング ソース。

public ref class AttributeMappingSource sealed : System::Data::Linq::Mapping::MappingSource
public sealed class AttributeMappingSource : System.Data.Linq.Mapping.MappingSource
type AttributeMappingSource = class
    inherit MappingSource
Public NotInheritable Class AttributeMappingSource
Inherits MappingSource
継承
AttributeMappingSource

コンストラクター

名前 説明
AttributeMappingSource()

AttributeMappingSource クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
CreateModel(Type)

新しいマッピング モデルを作成します。

(継承元 MappingSource)
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetModel(Type)

マッピング モデルを返します。

(継承元 MappingSource)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象