Show / Hide Table of Contents

Class CollectionChangedTracker

Implements functions for managing collection changes.

Inheritance
object
CollectionChangedTracker
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
INotifyCollectionChanged collection

An implementation of INotifyCollectionChanged.

Properties

View Source

ActionsFired

Gets a list of collection changes.

Declaration
public IEnumerable<NotifyCollectionChangedAction> ActionsFired { get; }
Property Value
Type Description
IEnumerable<NotifyCollectionChangedAction>
View Source

NotifyEvents

Gets a list of collection changes.

Declaration
public IEnumerable<NotifyCollectionChangedEventArgs> NotifyEvents { get; }
Property Value
Type Description
IEnumerable<NotifyCollectionChangedEventArgs>

Extension Methods

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