C# Class OpenSyno.Helpers.ViewModelResolver

Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetViewModelType ( DependencyObject obj ) : string
SetViewModelType ( DependencyObject obj, string value ) : void
ValidatedByAParentConstraint ( IRequest arg, string bindingName ) : bool

Private Methods

Méthode Description
ViewModelTypeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetViewModelType() public static méthode

public static GetViewModelType ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

SetViewModelType() public static méthode

public static SetViewModelType ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

ValidatedByAParentConstraint() public static méthode

public static ValidatedByAParentConstraint ( IRequest arg, string bindingName ) : bool
arg IRequest
bindingName string
Résultat bool

Property Details

ViewModelTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewModelTypeProperty
Résultat System.Windows.DependencyProperty