Table of Contents

Class Notifications

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class Notifications
Inheritance
Notifications
Inherited Members
Extension Methods

Constructors

Notifications()

public Notifications()

Properties

All

public static Notification[] All { get; set; }

Property Value

Notification[]

Types

public static NotificationType[] Types { get; }

Property Value

NotificationType[]

Methods

Contains(string)

public static bool Contains(string name)

Parameters

name string

Returns

bool

Select(NotificationType, string)

public static Notification Select(NotificationType type, string organization = null)

Parameters

type NotificationType
organization string

Returns

Notification

Select(string)

public static Notification Select(string name)

Parameters

name string

Returns

Notification