IMetamodels.RemoveLiteral Method
Namespace: NextDesign.Core
Description
Removes an enumeration literal.
Arguments
| Name | Type | Description |
|---|---|---|
| owner | IEnum | Enum Type |
| literal | string | Literal string to be removed |
Return value
- void
Exceptions
| Name | Exception class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If a literal with the specified name does not exist |
| Profile editing not possible | ExtensionEditProfileException | If the profile editing operation fails |