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>(NotificationType, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<NotificationType>(NotificationType)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Enum, Func<TAttribute, TType>)
  • View Source
Back to top Generated by DocFX