Show / Hide Table of Contents

    Interface IItemTypeLoader

    Interface for an IItemTypeEntity loader.

    Namespace: Fibula.Items.Contracts.Abstractions
    Assembly: Fibula.Items.Contracts.dll
    Syntax
    public interface IItemTypeLoader

    Methods

    | Improve this Doc View Source

    LoadTypes()

    Attempts to load the item catalog.

    Declaration
    IDictionary<ushort, IItemTypeEntity> LoadTypes()
    Returns
    Type Description
    System.Collections.Generic.IDictionary<System.UInt16, IItemTypeEntity>

    The catalog, containing a mapping of loaded id to the item types.

    Extension Methods

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