Sdílet prostřednictvím


DataViewSchema.Annotations.Builder Třída

Definice

Třída obsahující operace pro sestavení DataViewSchema.Annotations.

public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
Dědičnost
DataViewSchema.Annotations.Builder

Konstruktory

DataViewSchema.Annotations.Builder()

Třída obsahující operace pro sestavení DataViewSchema.Annotations.

Metody

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

Přidejte do nových poznámek některé sloupce annotations tak, že použijete selector všechny názvy.

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

Přidejte jeden sloupec poznámek, slabě napsanou verzi.

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

Přidejte jeden sloupec poznámek, verzi se silnými typy.

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

Přidejte jeden sloupec poznámek pro primitivní typ hodnoty.

ToAnnotations()

DataViewSchema.Annotations Vrátí řádek, který obsahuje aktuální obsah tohoto DataViewSchema.Annotations.Builderobjektu .

Platí pro