Class PipeCollection
Collection of Pipe.
Inheritance
PipeCollection
Implements
Namespace: Sartorius.SAF.Presentation.Pipes
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class PipeCollection : FreezableCollection<Freezable>, IAnimatable, IList<Freezable>, ICollection<Freezable>, IEnumerable<Freezable>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
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 |