Class Interaction
Contains member for interaction between UI and code.
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class Interaction
Fields
View SourcePipesProperty
defines the DataPipes
Declaration
public static readonly DependencyProperty PipesProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceGetPipes(DependencyObject)
gets the DataPipeCollection
Declaration
public static PipeCollection GetPipes(DependencyObject dependencyObject)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | dependencyObject | An dependency object. |
Returns
| Type | Description |
|---|---|
| PipeCollection |
SetPipes(DependencyObject, PipeCollection)
sets the DataPipeCollection
Declaration
public static void SetPipes(DependencyObject dependencyObject, PipeCollection value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | dependencyObject | |
| PipeCollection | value |