IConfigurationModel interface
Namespace: NextDesign.Core
Description
Access object for the product configuration model.
Affiliation area
| Name | Description |
|---|---|
| Productline | A group of APIs to access the productline model. |
Inherit Base
| Name | Description |
|---|---|
| IModel | Provides access to NextDesign design model information. |
Property
| Name | Description |
|---|---|
| AllProducts | List all products |
Method
| Name | Description |
|---|---|
| AddNewProduct | Adds a new product. |
| DuplicateProduct | Duplicates the specified product. |
| GetProduct | Gets the product with the given name. Returns null if the product does not exist. |
| RemoveProduct | Removes the product with the given name. |