DataViewSchema.Annotations.Builder Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
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 . |