IMetamodels.RemoveLiteral method
Namespace: NextDesign.Core
Description
Delete the enumerated literal.
argument
| Name | Type | Description |
|---|---|---|
| owner | IEnum | Enum Type |
| literal | string | literal string to be deleted |
Return value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If the literal with the specified name does not exist |
| Profile edit not possible | ExtensionEditProfileException | If profile edit operation fails |