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

Public Member Functions

 NotificationType (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 NotificationType result)
 

Properties

static NotificationType Broadcast [get]
 
static NotificationType Alert [get]
 
static NotificationType Notify [get]
 
static NotificationType Cancel [get]
 
- Properties inherited from RelayDotNet.SerializedType
string Name [get]
 
string SerializedName [get]
 

Constructor & Destructor Documentation

◆ NotificationType()

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

Member Function Documentation

◆ TryParseSerializedName()

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

Property Documentation

◆ Alert

NotificationType RelayDotNet.NotificationType.Alert
staticget

◆ Broadcast

NotificationType RelayDotNet.NotificationType.Broadcast
staticget

◆ Cancel

NotificationType RelayDotNet.NotificationType.Cancel
staticget

◆ Notify

NotificationType RelayDotNet.NotificationType.Notify
staticget

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