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

Inheritance: IRegionViewRegistry
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Свойство Type Description
RegisterContentWithDelegate Func,object>
RegisterContentWithViewType Func

Méthodes publiques

Méthode Description
GetContents ( string regionName ) : IEnumerable
IRegionViewRegistry ( string regionName, Func getContentDelegate ) : void
IRegionViewRegistry ( string regionName, Type viewType ) : void

Method Details

GetContents() public méthode

public GetContents ( string regionName ) : IEnumerable
regionName string
Résultat IEnumerable

IRegionViewRegistry() public méthode

public IRegionViewRegistry ( string regionName, Func getContentDelegate ) : void
regionName string
getContentDelegate Func
Résultat void

IRegionViewRegistry() public méthode

public IRegionViewRegistry ( string regionName, Type viewType ) : void
regionName string
viewType System.Type
Résultat void

Property Details

RegisterContentWithDelegate public_oe property

public Func,object> RegisterContentWithDelegate
Résultat Func,object>

RegisterContentWithViewType public_oe property

public Func RegisterContentWithViewType
Résultat Func