Show / Hide Table of Contents

    Interface INotificationContext

    Interface for a notification context.

    Inherited Members
    IEventContext.Logger
    IEventContext.CurrentTime
    Namespace: Fibula.Mechanics.Contracts.Abstractions
    Assembly: Fibula.Mechanics.Contracts.dll
    Syntax
    public interface INotificationContext : IEventContext

    Properties

    | Improve this Doc View Source

    CreatureFinder

    Gets the reference to the creature finder in use.

    Declaration
    ICreatureFinder CreatureFinder { get; }
    Property Value
    Type Description
    ICreatureFinder
    | Improve this Doc View Source

    MapDescriptor

    Gets a reference to the map descriptor in use.

    Declaration
    IMapDescriptor MapDescriptor { get; }
    Property Value
    Type Description
    IMapDescriptor

    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.