DataBusDataSource Class

Definition

Represents a data source for the DataBus control.

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
Inheritance
DataBusDataSource
Implements

Constructors

DataBusDataSource()

Initializes a new instance of the DataBusDataSource class.

Properties

DataBus

Gets or sets the DataBus control for the DataBusDataSource class.

Methods

GetProperty<T>(String)

Retrieves a property of the data source with the specified name.

GetProperty<T>(String, T)

Retrieves a property of the data source with the specified name.

IsPropertyReadOnly(String)

Indicates that a property is read-only.

OnPropertyChanged(String)

Raises the PropertyChanged event.

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

Initiates the properties to set in the DataBus control.

SetPropertyDependance(String, String[])

Indicates the dependency property that is set to the DataBus control.

Events

PropertyChanged

Occurs when a certain property of the data source is changed.

Applies to