Show / Hide Table of Contents

Class PriorityLevel

An enum representation of a priority level.

Inheritance
object
Enum
ValueEnum
PriorityLevel
Implements
IComparable
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(object)
ValueEnum.Value
Enum.CompareTo(object)
Enum.Equals(object)
Enum.GetHashCode()
Enum.All<T>()
Enum.FromId<T>(int)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class PriorityLevel : ValueEnum, IComparable

Fields

| Improve this Doc View Source

Default

Enum representation of a default priority level.

Declaration
public static readonly PriorityLevel Default
Field Value
Type Description
PriorityLevel
| Improve this Doc View Source

High

Enum representation of a high priority level.

Declaration
public static readonly PriorityLevel High
Field Value
Type Description
PriorityLevel
| Improve this Doc View Source

Low

Enum representation of a low priority level.

Declaration
public static readonly PriorityLevel Low
Field Value
Type Description
PriorityLevel
| Improve this Doc View Source

Max

Enum representation of a max priority level.

Declaration
public static readonly PriorityLevel Max
Field Value
Type Description
PriorityLevel
| Improve this Doc View Source

Min

Enum representation of a min priority level.

Declaration
public static readonly PriorityLevel Min
Field Value
Type Description
PriorityLevel

Implements

IComparable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX