DataViewSchema.Annotations.Builder Class

Definition

Class containing operations to build an DataViewSchema.Annotations.

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

Constructors

DataViewSchema.Annotations.Builder()

Methods

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

Add some columns from annotations into our new annotations, by applying selector to all the names.

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

Add one annotation column, weakly-typed version.

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

Add one annotation column, strongly-typed version.

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

Add one annotation column for a primitive value type.

ToAnnotations()

Returns a DataViewSchema.Annotations row that contains the current contents of this DataViewSchema.Annotations.Builder.

Applies to