Click or drag to resize
IImportExportColumnDescription Properties

[This is preliminary documentation and is subject to change.]

The IImportExportColumnDescription type exposes the following members.

Properties
  NameDescription
Public property 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
Public propertyNullableT, T: BooleanAllowMultipleValues
True if multiple values can be selected, false if only a single value may be used or null of not applicable
Public propertyStringDescription
A general description of the column and which data it represents (General Netadmin)
Public propertyStringFormat
Expected format of the column
Public propertyBooleanIsGenerated
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
Public propertyBooleanIsReadOnly
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
Public propertyBooleanIsRequired
If the column requires data
Public propertyBooleanIsUpdateable
If the value of the column can be updated on an existing object.
Public propertyStringName
The name of the column
Public propertyStringRemark
Special considerations for the column or details on how it interacts with other columns. (ImpeExp specific)
Top
See Also