Interface IRegionManager
Defines an interface to manage a set of regions and to attach regions to objects (typically controls).
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionManager
Properties
View SourceRegions
Gets a collection of IRegion that identify each region by name. You can use this collection to add or remove regions to the current region manager.
Declaration
IRegionCollection Regions { get; }
Property Value
Type | Description |
---|---|
IRegionCollection |
Methods
View SourceCreateRegionManager()
Creates a new region manager.
Declaration
IRegionManager CreateRegionManager()
Returns
Type | Description |
---|---|
IRegionManager | A new region manager that can be used as a different scope from the current region manager. |