Show / Hide Table of Contents

Interface IRegionMemberLifetime

When implemented, allows an instance placed in a IRegion that uses a Sartorius.SAF.Presentation.Regions.Behaviors.RegionMemberLifetimeBehavior to indicate it should be removed when it transitions from an activated to reactivated state.

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

Properties

View Source

KeepAlive

Gets a value indicating whether this instance should be kept-alive upon deactivation.

Declaration
bool KeepAlive { get; }
Property Value
Type Description
System.Boolean

Extension Methods

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