Show / Hide Table of Contents

Class Interaction

Contains member for interaction between UI and code.

Inheritance
System.Object
Interaction
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.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class Interaction

Fields

View Source

PipesProperty

defines the DataPipes

Declaration
public static readonly DependencyProperty PipesProperty
Field Value
Type Description
System.Windows.DependencyProperty

Methods

View Source

GetPipes(DependencyObject)

gets the DataPipeCollection

Declaration
public static PipeCollection GetPipes(DependencyObject dependencyObject)
Parameters
Type Name Description
System.Windows.DependencyObject dependencyObject

An dependency object.

Returns
Type Description
PipeCollection
View Source

SetPipes(DependencyObject, PipeCollection)

sets the DataPipeCollection

Declaration
public static void SetPipes(DependencyObject dependencyObject, PipeCollection value)
Parameters
Type Name Description
System.Windows.DependencyObject dependencyObject
PipeCollection value
  • View Source
Back to top Generated by DocFX