C# 클래스 OpenSyno.Helpers.ViewModelResolver

파일 보기 프로젝트 열기: salfab/open-syno

공개 프로퍼티들

프로퍼티 타입 설명
ViewModelTypeProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetViewModelType ( DependencyObject obj ) : string
SetViewModelType ( DependencyObject obj, string value ) : void
ValidatedByAParentConstraint ( IRequest arg, string bindingName ) : bool

비공개 메소드들

메소드 설명
ViewModelTypeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetViewModelType() 공개 정적인 메소드

public static GetViewModelType ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

SetViewModelType() 공개 정적인 메소드

public static SetViewModelType ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

ValidatedByAParentConstraint() 공개 정적인 메소드

public static ValidatedByAParentConstraint ( IRequest arg, string bindingName ) : bool
arg IRequest
bindingName string
리턴 bool

프로퍼티 상세

ViewModelTypeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ViewModelTypeProperty
리턴 System.Windows.DependencyProperty