Show / Hide Table of Contents

Class Mapping

Represents a mapping From one value To another.

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
Mapping
Inherited Members
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking.dll
Syntax
public class Mapping : DependencyObject
Remarks

The MapConverter uses instances of this class to define mappings between one set of values and another.

Constructors

Name Description
Mapping()

Constructs a default instance of Mapping.

Mapping(Object, Object)

Constructs an instance of Mapping with the specified from and to values.

Fields

Name Description
FromProperty

Identifies the From dependency property.

ToProperty

Identifies the To dependency property.

Properties

Name Description
From

Gets or sets the source object for the mapping. This is a denpendency property.

To

Gets or sets the destination object for the mapping. This is a dependency property.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest