Show / Hide Table of Contents

Enum NotificationType

Defines types of notification.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum NotificationType

Fields

Name Description
Error

Notification type 'Error'.

Information

Notification type 'Information'.

Warning

Notification type 'Warning'.

Extension Methods

CollectionExtensions.AddRange<T, NotificationType>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<NotificationType>()
  • View Source
Back to top Generated by DocFX