C# Class Microsoft.Practices.Prism.Tests.Regions.MockRegionContentRegistry

Inheritance: IRegionViewRegistry
Mostrar archivo Open project: xperiandri/PortablePrism Class Usage Examples

Public Properties

Property Type Description
RegisterContentWithDelegate Func,object>
RegisterContentWithViewType Func

Public Methods

Method Description
GetContents ( string regionName ) : IEnumerable
IRegionViewRegistry ( string regionName, Func getContentDelegate ) : void
IRegionViewRegistry ( string regionName, Type viewType ) : void

Method Details

GetContents() public method

public GetContents ( string regionName ) : IEnumerable
regionName string
return IEnumerable

IRegionViewRegistry() public method

public IRegionViewRegistry ( string regionName, Func getContentDelegate ) : void
regionName string
getContentDelegate Func
return void

IRegionViewRegistry() public method

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

Property Details

RegisterContentWithDelegate public_oe property

public Func,object> RegisterContentWithDelegate
return Func,object>

RegisterContentWithViewType public_oe property

public Func RegisterContentWithViewType
return Func