C# 클래스 Dev2.Runtime.Configuration.ComponentModel.SettingsObject

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
BuildGraph ( object attributedObject ) : List

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

BuildGraph() 공개 정적인 메소드

public static BuildGraph ( object attributedObject ) : List
attributedObject object
리턴 List

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void