Show / Hide Table of Contents

    Class CompositionRootExtensions

    Static class that adds convenient methods to add the concrete implementations contained in this library.

    Inheritance
    System.Object
    CompositionRootExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Data.Loaders.ObjectsFile
    Assembly: Fibula.Data.Loaders.ObjectsFile.dll
    Syntax
    public static class CompositionRootExtensions

    Methods

    | Improve this Doc View Source

    AddObjectsFileItemTypeLoader(IServiceCollection, IConfiguration)

    Adds all implementations related to Objects item type files contained in this library to the services collection. Additionally, registers the options related to the concrete implementations added, such as: ObjectsFileItemTypeLoaderOptions.

    Declaration
    public static void AddObjectsFileItemTypeLoader(this IServiceCollection services, IConfiguration configuration)
    Parameters
    Type Name Description
    Microsoft.Extensions.DependencyInjection.IServiceCollection services

    The services collection.

    Microsoft.Extensions.Configuration.IConfiguration configuration

    The configuration reference.

    • 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.