Creates entity instances.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public interface IEntityFactory
Visual Basic (Declaration)
Public Interface IEntityFactory

Remarks

This interface is intended for use when you need a nondefault constructor to be called during entity materialisation, for example to support dependency injection.

See Also