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объекта.

Применяется к