IImportExportColumnDescription Properties |
[This is preliminary documentation and is subject to change.]
The IImportExportColumnDescription type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | AllowedValues |
An array of allowed values, or null. This is used when values are restricted to be one or more of very specific values
|
![]() | NullableT, T: Boolean | AllowMultipleValues |
True if multiple values can be selected, false if only a single value may be used or null of not applicable
|
![]() | String | Description |
A general description of the column and which data it represents (General Netadmin)
|
![]() | String | Format |
Expected format of the column
|
![]() | Boolean | IsGenerated |
If the column is managed by netadmin, value is provided for export purposes and any change in imports will be ignored.
Unlike IsReadOnly, value will be ignored on import
|
![]() | Boolean | IsReadOnly |
If the column is managed by netadmin or otherwise can never be changed.
Unlike IsGenerated, value will be validated to not have changed on import. This is to avoid user confusion that the import "didn't work" when trying to change readonly values
|
![]() | Boolean | IsRequired |
If the column requires data
|
![]() | Boolean | IsUpdateable |
If the value of the column can be updated on an existing object.
|
![]() | String | Name |
The name of the column
|
![]() | String | Remark |
Special considerations for the column or details on how it interacts with other columns. (ImpeExp specific)
|