C# 클래스 Microsoft.Practices.Prism.Tests.Regions.MockRegionContentRegistry

상속: IRegionViewRegistry
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RegisterContentWithDelegate Func,object>
RegisterContentWithViewType Func

공개 메소드들

메소드 설명
GetContents ( string regionName ) : IEnumerable
IRegionViewRegistry ( string regionName, Func getContentDelegate ) : void
IRegionViewRegistry ( string regionName, Type viewType ) : void

메소드 상세

GetContents() 공개 메소드

public GetContents ( string regionName ) : IEnumerable
regionName string
리턴 IEnumerable

IRegionViewRegistry() 공개 메소드

public IRegionViewRegistry ( string regionName, Func getContentDelegate ) : void
regionName string
getContentDelegate Func
리턴 void

IRegionViewRegistry() 공개 메소드

public IRegionViewRegistry ( string regionName, Type viewType ) : void
regionName string
viewType System.Type
리턴 void

프로퍼티 상세

RegisterContentWithDelegate 공개적으로 프로퍼티

public Func,object> RegisterContentWithDelegate
리턴 Func,object>

RegisterContentWithViewType 공개적으로 프로퍼티

public Func RegisterContentWithViewType
리턴 Func