Skip to main content

IModelCreationProvider interface

Namespace: NextDesign.Core.EditingCapabilities

Description

Modeling provider.
If you want to customize what is selected when creating a model, register an implementation object of this interface in the registry.

Affiliation area

NameDescription
EditingCapabilityAPIs to access EditingCapability.

Inherit Base

NameDescription
IEditingCapabilityProviderThe underlying interface for the provider.

Method

NameDescription
GetCreatableClassesGets the selections during model creation.
If the requested parameter cannot be handled by this provider, return null.