relay-dotnet
Public Member Functions | Static Public Member Functions | Properties | List of all members
RelayDotNet.NotificationPriority Class Reference

Public Member Functions

 NotificationPriority (string name, string serializedName)
 
- Public Member Functions inherited from RelayDotNet.SerializedType
 SerializedType (string name, string serializedName)
 
override string ToString ()
 

Static Public Member Functions

static bool TryParseSerializedName (string serializedName, out NotificationPriority result)
 

Properties

static NotificationPriority Normal [get]
 
static NotificationPriority High [get]
 
static NotificationPriority Critical [get]
 
- Properties inherited from RelayDotNet.SerializedType
string Name [get]
 
string SerializedName [get]
 

Constructor & Destructor Documentation

◆ NotificationPriority()

RelayDotNet.NotificationPriority.NotificationPriority ( string  name,
string  serializedName 
)
inline

Member Function Documentation

◆ TryParseSerializedName()

static bool RelayDotNet.NotificationPriority.TryParseSerializedName ( string  serializedName,
out NotificationPriority  result 
)
inlinestatic

Property Documentation

◆ Critical

NotificationPriority RelayDotNet.NotificationPriority.Critical
staticget

◆ High

NotificationPriority RelayDotNet.NotificationPriority.High
staticget

◆ Normal

NotificationPriority RelayDotNet.NotificationPriority.Normal
staticget

The documentation for this class was generated from the following file: