Class ComponentDefinitionProvider<TDefinition>
Retrieves list of registered component definitions for Visual builder.
public sealed class ComponentDefinitionProvider<TDefinition> : IComponentDefinitionProvider<TDefinition> where TDefinition : ComponentDefinitionBase
Type Parameters
TDefinition
- Inheritance
-
objectComponentDefinitionProvider<TDefinition>
- Implements
-
IComponentDefinitionProvider<TDefinition>
- Extension Methods
Constructors
ComponentDefinitionProvider()
Creates instance of ComponentDefinitionProvider<TDefinition>
public ComponentDefinitionProvider()
Methods
GetAll()
Gets list of all registered component definitions.
public IEnumerable<TDefinition> GetAll()
Returns
- IEnumerable<TDefinition>