C# 클래스 withSIX.Core.Presentation.Wpf.Views.Controls.ViewModelViewHostFixed

This content control will automatically load the View associated with the ViewModel property and display it. This control is very useful inside a DataTemplate to display the View associated with a ViewModel. This variant works around a bug in the original when updating ViewContractObservable
상속: ReactiveUI.TransitioningContentControl, IViewFor, IEnableLogger
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 프로퍼티들

프로퍼티 타입 설명
DefaultContentProperty System.Windows.DependencyProperty
ViewContractObservableProperty System.Windows.DependencyProperty
ViewModelProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ViewModelViewHostFixed ( ) : System

비공개 메소드들

메소드 설명
somethingChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

메소드 상세

ViewModelViewHostFixed() 공개 메소드

public ViewModelViewHostFixed ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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