Show / Hide Table of Contents

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 Source

Initialize(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 regionTarget is bound to.

Extension Methods

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