C# Class Brook.Locator

Afficher le fichier Open project: glennblock/Brook Class Usage Examples

Méthodes publiques

Méthode Description
GetViewModel ( FrameworkElement view, string name ) : object
Locator ( ) : System

Méthodes protégées

Méthode Description
GetDesignTimeViewModel ( string name ) : object
GetRuntimeViewModel ( FrameworkElement view, string name ) : object

Private Methods

Méthode Description
GetViewModelTypeMapping ( ) : Type>.IDictionary

Method Details

GetDesignTimeViewModel() protected méthode

protected GetDesignTimeViewModel ( string name ) : object
name string
Résultat object

GetRuntimeViewModel() protected méthode

protected GetRuntimeViewModel ( FrameworkElement view, string name ) : object
view System.Windows.FrameworkElement
name string
Résultat object

GetViewModel() public méthode

public GetViewModel ( FrameworkElement view, string name ) : object
view System.Windows.FrameworkElement
name string
Résultat object

Locator() public méthode

public Locator ( ) : System
Résultat System