| Interface | Description |
|---|---|
| IFactory<DATATYPE> |
This is a generic interface for creating objects of a certain type.
|
| IHierarchicalFactory<DATATYPE> |
This is a generic interface for creating objects of a certain type that have
a parent item.
|
| IHierarchicalFactoryWithParameter<DATATYPE,PARAMTYPE> |
This is a generic interface for creating objects of a certain type that have
a parent item.
|
| IHierarchicalRootFactory<DATATYPE> |
This is a generic interface for creating root objects of a hierarchy.
|
| Class | Description |
|---|---|
| FactoryNewInstance<DATATYPE> |
Implementation of
IFactory that always creates a new instance via
reflection |
Copyright © 2014–2016 Philip Helger. All rights reserved.