Class
DataBindingHierarchicalPanelModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.FindExpressionBuilder.ViewModels

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DataBindingHierarchicalPanelModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationDataBindingHierarchicalPanelModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

DataBindingHierarchicalPanelModel()

Declaration

cs-api-definition
public DataBindingHierarchicalPanelModel()

Properties

DataItems

Declaration

cs-api-definition
public ObservableCollection<DataBindingHierarchicalPanelPropertyModel> DataItems { get; }

Property Value

ObservableCollection<DataBindingHierarchicalPanelPropertyModel>

SelectedDataProviderName

Declaration

cs-api-definition
public string SelectedDataProviderName { get; set; }

Property Value

string

SelectedValue

Declaration

cs-api-definition
public string SelectedValue { get; }

Property Value

string

Methods

LoadDescriptors(List<ElementDescriptor>)

Declaration

cs-api-definition
public void LoadDescriptors(List<ElementDescriptor> descriptors)

Parameters

descriptors

List<ElementDescriptor>