Share via


EntityViewGenerator 類別

定義

針對 StorageMappingItemCollection 內的範圍產生檢視,並針對將會快取這些檢視的型別建立原始程式碼檔案。

public ref class EntityViewGenerator
public class EntityViewGenerator
type EntityViewGenerator = class
Public Class EntityViewGenerator
繼承
EntityViewGenerator

建構函式

EntityViewGenerator()

使用 EntityViewGenerator 語言選項,初始化 GenerateCSharpCode 類別的新執行個體。

EntityViewGenerator(LanguageOption)

使用指定的 EntityViewGenerator 初始化 LanguageOption 類別的新執行個體。

屬性

LanguageOption

取得或設定 LanguageOption 值,這個值表示所產生之程式碼的語言。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GenerateViews(StorageMappingItemCollection, String)

在編譯時期針對 StorageMappingItemCollection 中的範圍產生檢視。 將原始程式碼檔寫入至指定的位置,讓這些檢視可在執行階段使用。

GenerateViews(StorageMappingItemCollection, TextWriter)

在編譯時期針對 StorageMappingItemCollection 中的範圍產生檢視。 將原始程式碼檔案傳送給 TextWriter,讓這些檢視可在執行階段使用。

GenerateViews(StorageMappingItemCollection, TextWriter, Version)

在編譯時期針對 StorageMappingItemCollection 中的範圍產生檢視。 將原始程式碼檔案傳送給 TextWriter,讓這些檢視可在執行階段使用。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
Validate(StorageMappingItemCollection)

驗證 StorageMappingItemCollection

Validate(StorageMappingItemCollection, Version)

驗證 StorageMappingItemCollection

適用於