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)

適用対象