C# Класс Microsoft.Practices.Prism.Regions.RegionAdapterMappings

This class maps Type with IRegionAdapter.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RegisterMapping ( Type controlType, IRegionAdapter adapter ) : void

Registers the mapping between a type and an adapter.

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

Метод Описание
GetMapping ( Type controlType ) : IRegionAdapter

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

RegisterMapping() публичный Метод

Registers the mapping between a type and an adapter.
When any of or are . If a mapping for already exists.
public RegisterMapping ( Type controlType, IRegionAdapter adapter ) : void
controlType System.Type The type of the control.
adapter IRegionAdapter The adapter to use with the type.
Результат void