IModel.GetField method
Namespace: NextDesign.Core
Description
Gets the value of the specified field for this instance. If the specified field has a multiplicity of 2 or more, the first element of the corresponding field is acquired.
argument
Name | Type | Description |
---|---|---|
fieldName | string | Field name Null or an empty string cannot be specified. |
Return value
- object
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null or an empty string is specified for fieldName |
Field not found | ExtensionFieldNotFoundException | If the specified field is not found in the metaclass of this instance |