Interface IRegionAdapterMappings
Defines an interface to register region adapter mappings.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionAdapterMappings
  Methods
View SourceRegister(RegionAdapterMappings)
Registers mappings in the given RegionAdapterMappings.
Declaration
void Register(RegionAdapterMappings regionAdapterMappings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| RegionAdapterMappings | regionAdapterMappings | The instance where the mappings are registered.  |