Show / Hide Table of Contents

Class ErrorsChangedEventArgs

Inheritance
System.Object
System.EventArgs
ErrorsChangedEventArgs
System.EventArgs.Empty
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.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
System.Collections.Generic.IEnumerable<IError> oldErrors
System.Collections.Generic.IEnumerable<IError> newErrors

Properties

View Source

NewErrors

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

OldErrors

Declaration
public IEnumerable<IError> OldErrors { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IError>

Extension Methods

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