Show / Hide Table of Contents

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 Source

Register(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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX