Interface IRegionAdapter
Defines an interfaces to adapt an object and bind it to a new IRegion.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionAdapter
Methods
View SourceInitialize(Object, String)
Adapts an object and binds it to a new IRegion.
Declaration
IRegion Initialize(object regionTarget, string regionName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | regionTarget | The object to adapt. |
| System.String | regionName | The name of the region to be created. |
Returns
| Type | Description |
|---|---|
| IRegion | The new instance of IRegion that the |