C# Class Caliburn.Micro.Bind

Hosts dependency properties for binding.
Afficher le fichier Open project: bryanhunter/CaliburnMicroTalk

Méthodes publiques

Свойство Type Description
ModelProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthode Description
ModelChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetModel() public static méthode

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

SetModel() public static méthode

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.
Résultat void

Property Details

ModelProperty public_oe static_oe property

Allows binding on an existing view.
public static DependencyProperty,System.Windows ModelProperty
Résultat System.Windows.DependencyProperty