Partager via


DataViewSchema.Annotations.Builder Classe

Définition

Classe contenant des opérations pour générer un DataViewSchema.Annotations.

public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
Héritage
DataViewSchema.Annotations.Builder

Constructeurs

DataViewSchema.Annotations.Builder()

Classe contenant des opérations pour générer un DataViewSchema.Annotations.

Méthodes

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

Ajoutez quelques colonnes dans annotations nos nouvelles annotations, en appliquant selector à tous les noms.

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

Ajoutez une colonne d’annotation, une version faiblement typée.

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

Ajoutez une colonne d’annotation, version fortement typée.

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

Ajoutez une colonne d’annotation pour un type de valeur primitive.

ToAnnotations()

Retourne une DataViewSchema.Annotations ligne qui contient le contenu actuel de cet DataViewSchema.Annotations.Builderobjet .

S’applique à