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 SourceCreate(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. |