Show / Hide Table of Contents

    Interface INotification

    Interface for all notifications.

    Inherited Members
    IEvent.Cancelled
    IEvent.Expedited
    IEvent.Delayed
    IEvent.Completed
    IEvent.EventId
    IEvent.EventType
    IEvent.RequestorId
    IEvent.CanBeCancelled
    IEvent.ExcludeFromTelemetry
    IEvent.RepeatAfter
    IEvent.State
    IEvent.Cancel()
    IEvent.Execute(IEventContext)
    IEvent.Expedite()
    IEvent.Delay(TimeSpan)
    Namespace: Fibula.Mechanics.Contracts.Abstractions
    Assembly: Fibula.Mechanics.Contracts.dll
    Syntax
    public interface INotification : IEvent

    Methods

    | Improve this Doc View Source

    Send(INotificationContext)

    Sends the notification to the players intented.

    Declaration
    void Send(INotificationContext context)
    Parameters
    Type Name Description
    INotificationContext context

    The context for this notification.

    Events

    | Improve this Doc View Source

    Sent

    Event to call when the notification is sent.

    Declaration
    event OnSent Sent
    Event Type
    Type Description
    OnSent

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.