Class DependencyPropertyPipe
Pushes read-only properties to the bound target.
Namespace: Sartorius.SAF.Presentation.Pipes
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class DependencyPropertyPipe : Pipe
Fields
View SourceSourceProperty
Defines the dependency property of the Source property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
TargetProperty
Defines the dependency property of the Target property.
Declaration
public static readonly DependencyProperty TargetProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceSource
Gets or sets the source.
Declaration
public object Source { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Target
gets, sets the property that should be bound to the source property
Declaration
public object Target { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Methods
View SourceCreateInstanceCore()
creates an instance of the DataPipe
Declaration
protected override Freezable CreateInstanceCore()
Returns
| Type | Description |
|---|---|
| Freezable |
Overrides
View SourceOnLoaded()
Called when the associated object is loaded.
Declaration
protected override void OnLoaded()