Compartir a través de


DataViewSchema.Annotations.Builder Clase

Definición

Clase que contiene operaciones para compilar un DataViewSchema.Annotations.

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

Constructores

DataViewSchema.Annotations.Builder()

Clase que contiene operaciones para compilar un DataViewSchema.Annotations.

Métodos

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

Agregue algunas columnas de annotations a nuestras nuevas anotaciones aplicando selector a todos los nombres.

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

Agregue una columna de anotación, versión débilmente tipada.

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

Agregue una columna de anotación, versión fuertemente tipada.

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

Agregue una columna de anotación para un tipo de valor primitivo.

ToAnnotations()

Devuelve una DataViewSchema.Annotations fila que contiene el contenido actual de este DataViewSchema.Annotations.Builderobjeto .

Se aplica a