Show / Hide Table of Contents

Class BindRegionContextToDependencyObjectBehavior

Defines a behavior that forwards the RegionContextProperty to the views in the region.

Inheritance
System.Object
BindRegionContextToDependencyObjectBehavior
MefBindRegionContextToDependencyObjectBehavior
Implements
IRegionBehavior
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Regions.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class BindRegionContextToDependencyObjectBehavior : IRegionBehavior

Fields

View Source

BehaviorKey

The key of this behavior.

Declaration
public const string BehaviorKey = "ContextToDependencyObject"
Field Value
Type Description
System.String

Properties

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 specified region.

Declaration
public void Attach()

Implements

IRegionBehavior

Extension Methods

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