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)

適用於