C# 클래스 Caliburn.Micro.Bind

Hosts dependency properties for binding.
파일 보기 프로젝트 열기: bryanhunter/CaliburnMicroTalk

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetModel ( DependencyObject dependencyObject ) : object

Gets the model to bind to.

SetModel ( DependencyObject dependencyObject, object value ) : void

Sets the model to bind to.

비공개 메소드들

메소드 설명
ModelChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetModel() 공개 정적인 메소드

Gets the model to bind to.
public static GetModel ( DependencyObject dependencyObject ) : object
dependencyObject System.Windows.DependencyObject The dependency object to bind to.
리턴 object

SetModel() 공개 정적인 메소드

Sets the model to bind to.
public static SetModel ( DependencyObject dependencyObject, object value ) : void
dependencyObject System.Windows.DependencyObject The dependency object to bind to.
value object The model.
리턴 void

프로퍼티 상세

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

Allows binding on an existing view.
public static DependencyProperty,System.Windows ModelProperty
리턴 System.Windows.DependencyProperty