C# Class Caliburn.Micro.Bind

Hosts dependency properties for binding.
Mostrar archivo Open project: bryanhunter/CaliburnMicroTalk

Public Properties

Property Type Description
ModelProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetModel ( DependencyObject dependencyObject ) : object

Gets the model to bind to.

SetModel ( DependencyObject dependencyObject, object value ) : void

Sets the model to bind to.

Private Methods

Method Description
ModelChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetModel() public static method

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

SetModel() public static method

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.
return void

Property Details

ModelProperty public_oe static_oe property

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