Show / Hide Table of Contents

Class RegionBehavior

Provides a base class for region's behaviors.

Inheritance
object
RegionBehavior
AutoPopulateRegionBehavior
RegionManagerRegistrationBehavior
RegionMemberLifetimeBehavior
SyncRegionContextWithHostBehavior
Implements
IRegionBehavior
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public abstract class RegionBehavior : IRegionBehavior

Properties

View Source

IsAttached

Returns true if the behavior is attached to a region, false otherwise.

Declaration
public bool IsAttached { get; }
Property Value
Type Description
bool
View Source

Region

Behavior's attached region.

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

Methods

View Source

Attach()

Attaches the behavior to the region.

Declaration
public void Attach()
View Source

OnAttach()

Override this method to perform the logic after the behavior has been attached.

Declaration
protected abstract void OnAttach()

Implements

IRegionBehavior

Extension Methods

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