Show / Hide Table of Contents

    Interface IThingFactory

    Interface for factories of things.

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

    Methods

    | Improve this Doc View Source

    Create(IThingCreationArguments)

    Creates a new IThing.

    Declaration
    IThing Create(IThingCreationArguments creationArguments)
    Parameters
    Type Name Description
    IThingCreationArguments creationArguments

    The arguments for the IThing creation.

    Returns
    Type Description
    IThing

    A new instance of the IThing.

    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.