C# Class Dev2.Runtime.Configuration.ComponentModel.SettingsObject

Inheritance: INotifyPropertyChanged
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
BuildGraph ( object attributedObject ) : List

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
BuildGraphImpl ( object attributedObject, Stack referenceStack ) : List
SettingsObject ( object dataContext, Type view, Type viewModel ) : System

Represents and object that contains settings, the view type to display it and the view model type to use as a backer for the view. To construct these objects please use the static BuildGraph() method.

Method Details

BuildGraph() public static method

public static BuildGraph ( object attributedObject ) : List
attributedObject object
return List

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void