C# Класс Raven.Studio.StudioViewLocator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LocateForModelType ( Type modelType, DependencyObject viewLocation, object context, Func original ) : UIElement

Приватные методы

Метод Описание
GetViewType ( Type modelType, object context ) : Type
PossibleViewTypeNames ( Type modelType, object context ) : IEnumerable
PossibleViewTypeNamesInternal ( string fullName, object context ) : IEnumerable
TryResolveViewFromApi ( Type modelType, object context, UIElement &view ) : bool
TryResolveViewFromExternalAssembly ( Type modelType, object context, UIElement &view ) : bool
TryResolveViewFromPluginAssembly ( Type modelType, object context, UIElement &view ) : bool

Описание методов

LocateForModelType() публичный статический Метод

public static LocateForModelType ( Type modelType, DependencyObject viewLocation, object context, Func original ) : UIElement
modelType System.Type
viewLocation System.Windows.DependencyObject
context object
original Func
Результат System.Windows.UIElement