Class Pipe
Base class for all pipes.
Inheritance
Pipe
Namespace: Sartorius.SAF.Presentation.Pipes
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public abstract class Pipe : Freezable
Constructors
View SourcePipe()
Declaration
protected Pipe()
Fields
View SourceAssociatedObjectProperty
Defines the dependency property of the AssociatedObject property.
Declaration
public static readonly DependencyProperty AssociatedObjectProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceAssociatedObject
Gets or sets the object where the PipeCollection is attached to.
Declaration
public DependencyObject AssociatedObject { get; set; }
Property Value
| Type | Description |
|---|---|
| DependencyObject |
Methods
View SourceOnAttached()
Called when the pipe is attached to the collection.
Declaration
protected virtual void OnAttached()
OnLoaded()
Called when the associated object is loaded.
Declaration
protected virtual void OnLoaded()