Show / Hide Table of Contents

Enum ValidationErrorType

Enumeration of Validation errors.

Namespace: Sartorius.SAF.Validation
Assembly: Sartorius.SAF.dll
Syntax
[Obsolete("Use ValidationAttributes or ObservableObject.OnValidate.")]
public enum ValidationErrorType

Fields

Name Description
Entity

An Entity-related ValidationError (e.g. mandatory fields not filled)

ESDataMissing

Indicates that ES data is missing.

ESDialogCancelled

Indicates that the user denied to provied the needed ES data.

ESInsufficientRights

Indicates that the user does not have the needed rights

ESUserAccessDenied

Indicates that the specified user has no access rights for ES.

UserAccessDenied

Indicates that the user access has been denied

Extension Methods

CollectionExtensions.AddRange<T, ValidationErrorType>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<ValidationErrorType>()
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX