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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
BuildGraph ( object attributedObject ) : List

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode 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 méthode

public static BuildGraph ( object attributedObject ) : List
attributedObject object
Résultat List

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void