IModelInitializationProviderInitializationContext.RegisterClasses method
Namespace: NextDesign.Core.EditingCapabilities
Description
Register the metaclasses that initialize instances with the target provider.
Derived classes or inherited classes of the specified class are not automatically registered. Must be specified separately.
If multiple initialization providers are registered for the same class, all providers are called in the order in which they are registered for the target class.
If a class that is not managed by the project to be executed by the provider is specified, the specification of that class will be ignored.
argument
Name | Type | Description |
---|---|---|
classes | IEnumerable<IClass> | Enumeration of metaclasses for initializing instances with providers |
Return value
- void