Show / Hide Table of Contents

Interface IRegionBehavior

Interface for allowing extensible behavior on regions.

Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IRegionBehavior

Properties

View Source

Region

The region that this behavior is extending.

Declaration
IRegion Region { get; set; }
Property Value
Type Description
IRegion

Methods

View Source

Attach()

Attaches the behavior to the specified region.

Declaration
void Attach()

Extension Methods

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