Show / Hide Table of Contents

    Interface ILocatable

    Interface for all entities with a location.

    Namespace: Fibula.Common.Contracts.Abstractions
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public interface ILocatable

    Properties

    | Improve this Doc View Source

    CarryLocation

    Gets the location where this entity is being carried at, if any.

    Declaration
    Location? CarryLocation { get; }
    Property Value
    Type Description
    System.Nullable<Location>
    | Improve this Doc View Source

    Location

    Gets this entity's location.

    Declaration
    Location Location { get; }
    Property Value
    Type Description
    Location

    Extension Methods

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