IModel.GetFieldString method
Namespace: NextDesign.Core
Description
Gets the value of the specified field of this instance in string format.
Gets the leading instance name of the specified field if it is of class type.
In addition, if the multiplicity is 2 or more, the first element of the corresponding field is acquired.
argument
Name | Type | Description |
---|---|---|
fieldName | string | Field name You cannot specify null or an empty string. |
Return value
- string
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null or an empty string is specified for fieldName |
Field not found | ExtensionFieldNotFoundException | If the specified field is not found in this instance's metaclass |