DataViewManager 클래스

정의

DataViewSettingCollection 의 각 DataTable 에 대한 기본 DataSet을 포함합니다.

public ref class DataViewManager : System::ComponentModel::MarshalByValueComponent, System::Collections::IList, System::ComponentModel::IBindingList, System::ComponentModel::ITypedList
public ref class DataViewManager : System::ComponentModel::MarshalByValueComponent, System::ComponentModel::IBindingList, System::ComponentModel::ITypedList
public class DataViewManager : System.ComponentModel.MarshalByValueComponent, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.ITypedList
public class DataViewManager : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IBindingList, System.ComponentModel.ITypedList
type DataViewManager = class
    inherit MarshalByValueComponent
    interface ICollection
    interface IEnumerable
    interface IList
    interface IBindingList
    interface ITypedList
type DataViewManager = class
    inherit MarshalByValueComponent
    interface IBindingList
    interface IList
    interface ICollection
    interface IEnumerable
    interface ITypedList
Public Class DataViewManager
Inherits MarshalByValueComponent
Implements IBindingList, IList, ITypedList
Public Class DataViewManager
Inherits MarshalByValueComponent
Implements IBindingList, ITypedList
상속
구현

생성자

DataViewManager()

DataViewManager 클래스의 새 인스턴스를 초기화합니다.

DataViewManager(DataSet)

지정된 DataSet에 대한 DataViewManager 클래스의 새 인스턴스를 초기화합니다.

속성

Container

구성 요소의 컨테이너를 가져옵니다.

(다음에서 상속됨 MarshalByValueComponent)
DataSet

DataSet에 사용할 DataViewManager을 가져오거나 설정합니다.

DataViewSettingCollectionString

코드 유지에 사용되는 값을 가져오거나 설정합니다.

DataViewSettings

DataViewSettingCollection의 각 DataTable에 대한 DataSet을 가져옵니다.

DesignMode

구성 요소가 현재 디자인 모드에 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 MarshalByValueComponent)
Events

이 구성 요소에 연결된 이벤트 처리기의 목록을 가져옵니다.

(다음에서 상속됨 MarshalByValueComponent)
Site

구성 요소의 사이트를 가져오거나 설정합니다.

(다음에서 상속됨 MarshalByValueComponent)

메서드

CreateDataView(DataTable)

지정된 DataTable에 대한 새 DataView를 만듭니다.

Dispose()

MarshalByValueComponent에서 사용하는 모든 리소스를 해제합니다.

(다음에서 상속됨 MarshalByValueComponent)
Dispose(Boolean)

MarshalByValueComponent에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.

(다음에서 상속됨 MarshalByValueComponent)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetService(Type)

IServiceProvider의 구현자를 가져옵니다.

(다음에서 상속됨 MarshalByValueComponent)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnListChanged(ListChangedEventArgs)

ListChanged 이벤트를 발생시킵니다.

RelationCollectionChanged(Object, CollectionChangeEventArgs)

CollectionChangedDataRelation에 추가하거나 삭제할 때 DataRelationCollection 이벤트를 발생시킵니다.

TableCollectionChanged(Object, CollectionChangeEventArgs)

CollectionChangedDataTable에 추가하거나 삭제할 때 DataTableCollection 이벤트를 발생시킵니다.

ToString()

Component의 이름이 포함된 String을 반환합니다(있는 경우). 이 메서드는 재정의할 수 없습니다.

(다음에서 상속됨 MarshalByValueComponent)

이벤트

Disposed

구성 요소의 Disposed 이벤트를 수신할 이벤트 처리기를 추가합니다.

(다음에서 상속됨 MarshalByValueComponent)
ListChanged

DataView에서 열을 추가하거나 삭제한 후 발생합니다.

명시적 인터페이스 구현

IBindingList.AddIndex(PropertyDescriptor)

검색에 사용되는 인덱스에 PropertyDescriptor를 추가합니다.

IBindingList.AddNew()

이 멤버에 대한 설명은 AddNew()를 참조하세요.

IBindingList.AllowEdit

이 멤버에 대한 설명은 AllowEdit를 참조하세요.

IBindingList.AllowNew

이 멤버에 대한 설명은 AllowNew를 참조하세요.

IBindingList.AllowRemove

이 멤버에 대한 설명은 AllowRemove를 참조하세요.

IBindingList.ApplySort(PropertyDescriptor, ListSortDirection)

PropertyDescriptorListSortDirection에 따라 목록을 정렬합니다.

IBindingList.Find(PropertyDescriptor, Object)

지정된 PropertyDescriptor가 있는 행의 인덱스를 반환합니다.

IBindingList.IsSorted

이 멤버에 대한 설명은 IsSorted를 참조하세요.

IBindingList.RemoveIndex(PropertyDescriptor)

검색에 사용되는 인덱스에서 PropertyDescriptor를 제거합니다.

IBindingList.RemoveSort()

ApplySort(PropertyDescriptor, ListSortDirection)를 사용하여 적용되는 모든 정렬을 제거합니다.

IBindingList.SortDirection

이 멤버에 대한 설명은 SortDirection를 참조하세요.

IBindingList.SortProperty

이 멤버에 대한 설명은 SortProperty를 참조하세요.

IBindingList.SupportsChangeNotification

이 멤버에 대한 설명은 SupportsChangeNotification를 참조하세요.

IBindingList.SupportsSearching

이 멤버에 대한 설명은 SupportsSearching를 참조하세요.

IBindingList.SupportsSorting

이 멤버에 대한 설명은 SupportsSorting를 참조하세요.

ICollection.CopyTo(Array, Int32)

특정 ICollection 인덱스부터 시작하여 Array의 요소를 Array에 복사합니다.

ICollection.Count

이 멤버에 대한 설명은 Count를 참조하세요.

ICollection.IsSynchronized

이 멤버에 대한 설명은 IsSynchronized를 참조하세요.

ICollection.SyncRoot

이 멤버에 대한 설명은 SyncRoot를 참조하세요.

IEnumerable.GetEnumerator()

이 멤버에 대한 설명은 GetEnumerator()를 참조하세요.

IList.Add(Object)

IList에 항목을 추가합니다.

IList.Clear()

이 멤버에 대한 설명은 Clear()를 참조하세요.

IList.Contains(Object)

IList에 특정 값이 들어 있는지 여부를 확인합니다.

IList.IndexOf(Object)

IList에서 특정 항목의 인덱스를 결정합니다.

IList.Insert(Int32, Object)

항목을 IList의 지정된 인덱스에 삽입합니다.

IList.IsFixedSize

이 멤버에 대한 설명은 IsFixedSize를 참조하세요.

IList.IsReadOnly

이 멤버에 대한 설명은 IsReadOnly를 참조하세요.

IList.Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

IList.Remove(Object)

IList에서 맨 처음 발견되는 특정 개체를 제거합니다.

IList.RemoveAt(Int32)

지정한 인덱스에서 IList 항목을 제거합니다.

ITypedList.GetItemProperties(PropertyDescriptor[])

데이터를 바인딩하는데 사용되는 각 항목의 속성을 나타내는 PropertyDescriptorCollection를 반환합니다.

ITypedList.GetListName(PropertyDescriptor[])

해당 목록의 이름을 반환합니다.

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

스레드 보안

이 형식은 다중 스레드 읽기 작업에 안전합니다. 모든 쓰기 작업을 동기화해야 합니다.

추가 정보