Class Notifications
public class Notifications
- Inheritance
-
Notifications
- Inherited Members
- Extension Methods
Constructors
Notifications()
public Notifications()
Properties
All
public static Notification[] All { get; set; }
Property Value
Types
public static NotificationType[] Types { get; }
Property Value
Methods
Contains(string)
public static bool Contains(string name)
Parameters
namestring
Returns
Select(NotificationType, string)
public static Notification Select(NotificationType type, string organization = null)
Parameters
typeNotificationTypeorganizationstring
Returns
Select(string)
public static Notification Select(string name)
Parameters
namestring