Show / Hide Table of Contents

Class BindRegionContextToDependencyObjectBehavior

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

Inheritance
object
BindRegionContextToDependencyObjectBehavior
MefBindRegionContextToDependencyObjectBehavior
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.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
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