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>)

すべての名前に適用することで、新しい注釈にいくつかの列 annotationsselector 追加します。

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

弱く型指定されたバージョンの注釈列を 1 つ追加します。

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

厳密に型指定されたバージョンの注釈列を 1 つ追加します。

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

プリミティブ値型の注釈列を 1 つ追加します。

ToAnnotations()

このDataViewSchema.Annotations.Builder現在のDataViewSchema.Annotations内容を含む行を返します。

適用対象