Show / Hide Table of Contents

Class Permission

Inheritance
object
Enum
ValueEnum
Permission
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 Permission : ValueEnum, IComparable

Fields

| Improve this Doc View Source

DenyAll

Enum representation of a deny-all permission.

Declaration
public static readonly Permission DenyAll
Field Value
Type Description
Permission
| Improve this Doc View Source

ReadOnly

Enum representation of a read-only permission.

Declaration
public static readonly Permission ReadOnly
Field Value
Type Description
Permission
| Improve this Doc View Source

ReadWrite

Enum representation of a read/write permission.

Declaration
public static readonly Permission ReadWrite
Field Value
Type Description
Permission
| Improve this Doc View Source

WriteOnly

Enum representation of a write-only permission.

Declaration
public static readonly Permission WriteOnly
Field Value
Type Description
Permission

Implements

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