IViewDefinitions.NewCustomEditorDef Method
Namespace: NextDesign.Core
Description
Generates a custom editor definition for the specified model class.
Arguments
Name | Type | Description |
---|---|---|
name | string | Custom editor definition name Cannot be null or empty. |
modelClass | IClass | Model metaclass Cannot be null. |
customEditorTypeId | string | Custom editor type identifier Cannot be null or empty. |
Return value
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null or an empty string is specified for name If an unavailable string is specified for name If null is specified for modelClass If null or an empty string is specified for customEditorTypeId |
Not supported | ExtensionNotSupportedException | If the current edition of the application is not compatible |