Show / Hide Table of Contents

Class ErrorsChangedEventArgs

Inheritance
object
EventArgs
ErrorsChangedEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Notification
Assembly: Sartorius.SAF.dll
Syntax
public class ErrorsChangedEventArgs : EventArgs

Constructors

View Source

ErrorsChangedEventArgs(IEnumerable<IError>, IEnumerable<IError>)

Declaration
public ErrorsChangedEventArgs(IEnumerable<IError> oldErrors, IEnumerable<IError> newErrors)
Parameters
Type Name Description
IEnumerable<IError> oldErrors
IEnumerable<IError> newErrors

Properties

View Source

NewErrors

Declaration
public IEnumerable<IError> NewErrors { get; }
Property Value
Type Description
IEnumerable<IError>
View Source

OldErrors

Declaration
public IEnumerable<IError> OldErrors { get; }
Property Value
Type Description
IEnumerable<IError>

Extension Methods

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