Share via


DataViewSchema.Annotations.Builder Classe

Definição

Classe que contém operações para criar um DataViewSchema.Annotations.

public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
Herança
DataViewSchema.Annotations.Builder

Construtores

DataViewSchema.Annotations.Builder()

Classe que contém operações para criar um DataViewSchema.Annotations.

Métodos

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

Adicione algumas colunas de annotations nossas novas anotações aplicando-se selector a todos os nomes.

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

Adicione uma coluna de anotação, versão com tipo fraco.

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

Adicione uma coluna de anotação, versão fortemente tipada.

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

Adicione uma coluna de anotação para um tipo de valor primitivo.

ToAnnotations()

Retorna uma DataViewSchema.Annotations linha que contém o conteúdo atual deste DataViewSchema.Annotations.Builder.

Aplica-se a