DataViewSchema.Annotations.Builder 類別

定義

類別,包含要建置 的 DataViewSchema.Annotations 作業。

public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
繼承
DataViewSchema.Annotations.Builder

建構函式

DataViewSchema.Annotations.Builder()

類別,包含要建置 的 DataViewSchema.Annotations 作業。

方法

Add(DataViewSchema+Annotations, Func<String,Boolean>)

將一些資料行從 annotations 新增至新的批註,方法是套用 selector 至所有名稱。

Add(String, DataViewType, Delegate, DataViewSchema+Annotations)

新增一個批註資料行,弱型別版本。

Add<TValue>(String, DataViewType, ValueGetter<TValue>, DataViewSchema+Annotations)

新增一個批註資料行,強型別版本。

AddPrimitiveValue<TValue>(String, PrimitiveDataViewType, TValue, DataViewSchema+Annotations)

為基本實值型別新增一個批註資料行。

ToAnnotations()

DataViewSchema.Annotations傳回包含這個 DataViewSchema.Annotations.Builder 目前內容的資料列。

適用於