Show / Hide Table of Contents

Class Pipe

Base class for all pipes.

Inheritance
object
DispatcherObject
DependencyObject
Freezable
Pipe
DependencyPropertyPipe
EventPipe
Freezable.Clone()
Freezable.CloneCore(Freezable)
Freezable.CloneCurrentValue()
Freezable.CloneCurrentValueCore(Freezable)
Freezable.CreateInstance()
Freezable.CreateInstanceCore()
Freezable.Freeze()
Freezable.Freeze(Freezable, bool)
Freezable.FreezeCore(bool)
Freezable.GetAsFrozen()
Freezable.GetAsFrozenCore(Freezable)
Freezable.GetCurrentValueAsFrozen()
Freezable.GetCurrentValueAsFrozenCore(Freezable)
Freezable.OnChanged()
Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject)
Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty)
Freezable.OnPropertyChanged(DependencyPropertyChangedEventArgs)
Freezable.ReadPreamble()
Freezable.WritePostscript()
Freezable.WritePreamble()
Freezable.CanFreeze
Freezable.IsFrozen
Freezable.Changed
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Equals(object)
DependencyObject.GetHashCode()
DependencyObject.GetLocalValueEnumerator()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.InvalidateProperty(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyPropertyKey, object)
DependencyObject.ShouldSerializeProperty(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DispatcherObject.Dispatcher
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Pipes
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public abstract class Pipe : Freezable

Constructors

View Source

Pipe()

Declaration
protected Pipe()

Fields

View Source

AssociatedObjectProperty

Defines the dependency property of the AssociatedObject property.

Declaration
public static readonly DependencyProperty AssociatedObjectProperty
Field Value
Type Description
DependencyProperty

Properties

View Source

AssociatedObject

Gets or sets the object where the PipeCollection is attached to.

Declaration
public DependencyObject AssociatedObject { get; set; }
Property Value
Type Description
DependencyObject

Methods

View Source

OnAttached()

Called when the pipe is attached to the collection.

Declaration
protected virtual void OnAttached()
View Source

OnLoaded()

Called when the associated object is loaded.

Declaration
protected virtual void OnLoaded()

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
DependencyObjectExtensions.XamlClone<T>(T)
DependencyObjectExtensions.FindAncestor<T>(DependencyObject)
DependencyObjectExtensions.FindFirstChildByType<T>(DependencyObject)
DependencyObjectExtensions.FindLogicalAncestor<T>(DependencyObject)
DependencyObjectExtensions.GetChildrenByType<T>(DependencyObject)
DependencyObjectExtensions.GetContainer(DependencyObject)
DependencyObjectExtensions.SetContainer(DependencyObject, CompositionContainer)
  • View Source
Back to top Generated by DocFX