Interface | Description | |
---|---|---|
IFactory | The IFactory interface is the basic interface used as the type for properties that specify a factory for item renderers and other scenarios where multiple copies of a custom class are generated. |
Class | Description | |
---|---|---|
ClassFactory | The ClassFactory class is the basic implementation of an IFactory that will generate multiple instances of item renderers or custom classes. |