Show / Hide Table of Contents

Interface IError

Defines an error.

Namespace: Sartorius.SAF.Validation
Assembly: Sartorius.SAF.dll
Syntax
public interface IError

Properties

View Source

ErrorText

The error text.

Declaration
string ErrorText { get; }
Property Value
Type Description
System.String
View Source

Id

The unique identifier of the error.

Declaration
Guid Id { get; }
Property Value
Type Description
System.Guid

Methods

View Source

GetSourceId()

Gets a unique identifier of the error source as a hash code.

Declaration
int? GetSourceId()
Returns
Type Description
System.Nullable<System.Int32>

The unique identifier as hash code.

Extension Methods

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