IModelInitializationProviderInitializationContext.RegisterClass method
Namespace: NextDesign.Core.EditingCapabilities
Description
Register a metaclass that initializes instances with the target provider.
Derived classes and 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 will be called in the order in which they were registered for the target class.
If a class outside the project management for which the provider is to be executed is specified, the class specification will be ignored.
argument
Name | Type | Description |
---|---|---|
metaclass | IClass | metaclass for initializing instance in provider |
Return value
- void