IMetamodels.RemoveLiteral method
Namespace: NextDesign.Core
Description
Remove enum literals.
argument
Name | Type | Description |
---|---|---|
owner | IEnum | Enum Type |
literal | string | literal string to delete |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Argument invalid | ExtensionArgumentException | If a literal with the specified name does not exist |
Profile cannot be edited | ExtensionEditProfileException | If the profile edit operation fails |