C# Class ViewModelLocator, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoWireViewModelProperty BindableProperty,

Méthodes publiques

Méthode Description
GetAutoWireViewModel ( BindableObject, bindable ) : bool
SetAutoWireViewModel ( BindableObject bindable, bool value ) : void

Private Methods

Méthode Description
OnAutoWireViewModelChanged ( BindableObject bindable, object oldValue, object newValue ) : void
ViewModelLocator ( )

Method Details

GetAutoWireViewModel() public static méthode

public static GetAutoWireViewModel ( BindableObject, bindable ) : bool
bindable BindableObject,
Résultat bool

SetAutoWireViewModel() public static méthode

public static SetAutoWireViewModel ( BindableObject bindable, bool value ) : void
bindable BindableObject
value bool
Résultat void

Property Details

AutoWireViewModelProperty public_oe static_oe property

public static BindableProperty, AutoWireViewModelProperty
Résultat BindableProperty,