다음을 통해 공유


DataBusDataSource 클래스

정의

DataBus 컨트롤의 데이터 원본을 나타냅니다.

public ref class DataBusDataSource : System::ComponentModel::Component, System::ComponentModel::INotifyPropertyChanged
public class DataBusDataSource : System.ComponentModel.Component, System.ComponentModel.INotifyPropertyChanged
type DataBusDataSource = class
    inherit Component
    interface INotifyPropertyChanged
Public Class DataBusDataSource
Inherits Component
Implements INotifyPropertyChanged
상속
DataBusDataSource
구현

생성자

DataBusDataSource()

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

속성

DataBus

DataBusDataSource 클래스에 대한 DataBus 컨트롤을 가져오거나 설정합니다.

메서드

GetProperty<T>(String)

지정한 이름의 데이터 원본 속성을 검색합니다.

GetProperty<T>(String, T)

지정한 이름의 데이터 원본 속성을 검색합니다.

IsPropertyReadOnly(String)

속성이 읽기 전용임을 나타냅니다.

OnPropertyChanged(String)

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

SetProperty<T>(String, T, String[])

DataBus 컨트롤에서 설정할 속성을 시작합니다.

SetPropertyDependance(String, String[])

DataBus 컨트롤에 대해 설정되는 종속성 속성을 나타냅니다.

이벤트

PropertyChanged

데이터 원본의 특정 속성이 변경될 때 발생합니다.

적용 대상