Show / Hide Table of Contents

Class CollectionChangedTracker

Implements functions for managing collection changes.

Inheritance
System.Object
CollectionChangedTracker
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.QualityTools.Testing
Assembly: Sartorius.SAF.QualityTools.dll
Syntax
public class CollectionChangedTracker

Constructors

View Source

CollectionChangedTracker(INotifyCollectionChanged)

Create a new instance of CollectionChangedTracker class.

Declaration
public CollectionChangedTracker(INotifyCollectionChanged collection)
Parameters
Type Name Description
System.Collections.Specialized.INotifyCollectionChanged collection

An implementation of System.Collections.Specialized.INotifyCollectionChanged.

Properties

View Source

ActionsFired

Gets a list of collection changes.

Declaration
public IEnumerable<NotifyCollectionChangedAction> ActionsFired { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Collections.Specialized.NotifyCollectionChangedAction>
View Source

NotifyEvents

Gets a list of collection changes.

Declaration
public IEnumerable<NotifyCollectionChangedEventArgs> NotifyEvents { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Collections.Specialized.NotifyCollectionChangedEventArgs>

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX