IModelInitializationProvider.InitializeProvider method
Namespace: NextDesign.Core.EditingCapabilities
Description
Initialize this provider.
By registering a metaclass in the context that enables this provider, the provider will be executed when the model is generated.
This method is called back when the provider is registered with the IEditingCapabilityProviderRegistry.
argument
Name | Type | Description |
---|---|---|
context | IModelInitializationProviderInitializationContext | initialization context |
Return value
- void