CompiledDataContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示已編譯的資料內容。
public ref class CompiledDataContext abstract
public abstract class CompiledDataContext
type CompiledDataContext = class
Public MustInherit Class CompiledDataContext
- 繼承
-
CompiledDataContext
建構函式
CompiledDataContext(IList<Location>) |
使用位置初始化 CompiledDataContext 類別的新執行個體。 |
CompiledDataContext(IList<LocationReference>) |
使用位置參考初始化 CompiledDataContext 類別的新執行個體。 |
CompiledDataContext(IList<LocationReference>, ActivityContext) |
使用位置參考和活動內容,初始化 CompiledDataContext 類別的新執行個體。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetCompiledDataContextCache(Object, ActivityContext, Activity, Boolean, Int32) |
擷取資料內容所使用的快取。 |
GetDataContextActivities(Activity, Boolean) |
取得已編譯之資料的活動,其使用指定的已編譯根目錄及實作。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetLocation<T>(Func<T>, Action<T>) |
使用指定的 get 和 set 方法擷取編譯資料內容的位置。 |
GetLocation<T>(Func<T>, Action<T>, Int32, Activity, ActivityContext) |
擷取編譯資料內容的位置。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
GetValueTypeValues() |
取得資料內容所使用實值型別的值。 |
GetVariableValue(Int32) |
取得資料內容所使用變數的值。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
RewriteExpressionTree(Expression) |
重新撰寫資料內容所使用的運算式。 |
SetValueTypeValues() |
傳回得資料內容所使用的實值型別的值。 |
SetVariableValue(Int32, Object) |
傳回資料內容所使用的變數的值。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |