DataViewSchema.Annotations.Builder 클래스

정의

를 빌드 DataViewSchema.Annotations하는 작업을 포함하는 클래스입니다.

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

생성자

DataViewSchema.Annotations.Builder()

를 빌드 DataViewSchema.Annotations하는 작업을 포함하는 클래스입니다.

메서드

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

모든 이름에 annotations 적용하여 selector 새 주석에 일부 열을 추가합니다.

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

약한 형식의 주석 열을 하나 추가합니다.

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

강력한 형식의 주석 열 하나를 추가합니다.

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

기본 값 형식에 대한 주석 열을 하나 추가합니다.

ToAnnotations()

DataViewSchema.Annotations.Builder내용 DataViewSchema.Annotations 의 현재 내용을 포함하는 행을 반환합니다.

적용 대상