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

通过应用于selector所有名称,将annotations一些列添加到新的批注中。

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内容的当前内容。

适用于