C# Class ViewModelLocator, code

Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
AutoWireViewModelProperty BindableProperty,

Public Methods

Method Description
GetAutoWireViewModel ( BindableObject, bindable ) : bool
SetAutoWireViewModel ( BindableObject bindable, bool value ) : void

Private Methods

Method Description
OnAutoWireViewModelChanged ( BindableObject bindable, object oldValue, object newValue ) : void
ViewModelLocator ( )

Method Details

GetAutoWireViewModel() public static method

public static GetAutoWireViewModel ( BindableObject, bindable ) : bool
bindable BindableObject,
return bool

SetAutoWireViewModel() public static method

public static SetAutoWireViewModel ( BindableObject bindable, bool value ) : void
bindable BindableObject
value bool
return void

Property Details

AutoWireViewModelProperty public_oe static_oe property

public static BindableProperty, AutoWireViewModelProperty
return BindableProperty,