C# Class Caliburn.Micro.ViewModelLocator

A strategy for determining which view model to use for a given view.
Show file Open project: dbuksbaum/Learning-Caliburn.Micro

Public Properties

Property Type Description
LocateForView object>.Func
LocateForViewType object>.Func

Property Details

LocateForView public static property

Locates the view model for the specified view instance.
Pass the view instance as a parameters and receive a view model instance.
public static Func LocateForView
return object>.Func

LocateForViewType public static property

Locates the view model for the specified view type.
Pass the view type as a parameter and recieve a view model instance.
public static Func LocateForViewType
return object>.Func