Show / Hide Table of Contents

Class NotificationSource

This class is specific for notifications, it derives from NotificationMessageSource and adds NotificationCategory it allows to choose NotificationCategories in ChatTabSettings to show in chat tab

Inheritance
System.Object
NotificationMessageSource
NotificationSource
Implements
INamed
IController
IViewController
IHasUniversalID
IHasReferenceableSerializableID
IHasSerializableID
Inherited Members
NotificationMessageSource.MarkedUpName
NotificationMessageSource.Name
NotificationMessageSource.SourceType
NotificationMessageSource.ControllerID
Namespace: Eco.Gameplay.Systems.Messaging.Chat
Assembly: Eco.Gameplay.dll
Syntax
public class NotificationSource : NotificationMessageSource, INamed, IController, IViewController, IHasUniversalID, IHasReferenceableSerializableID, IHasSerializableID

Constructors

NotificationSource()

Declaration
public NotificationSource()

NotificationSource(NotificationCategory)

Declaration
public NotificationSource(NotificationCategory category)
Parameters
Type Name Description
NotificationCategory category

Properties

Category

Declaration
public NotificationCategory Category { get; set; }
Property Value
Type Description
NotificationCategory

Implements

INamed
IController
IViewController
IHasUniversalID
IHasReferenceableSerializableID
IHasSerializableID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾