C# 클래스 Raven.Studio.StudioViewLocator

파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
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