IAIExtensionsContainer Methods
Implements a container that manages DevExpress AI-powered extensions.| Name | Description |
|---|---|
| GetExtension(Type, String) | |
| Register<TExtension>(Type, Func<IServiceProvider, TExtension>, String) |
Registers an AI extension of type TExtension with the specified key and optional name.
|
| Register<TExtension>(Type, String) |
Registers an AI extension of type TExtension with the specified key and optional name.
|
See Also