Click or drag to resize
IImportExportColumnDescription Interface

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

Description of a single import/export column

Namespace: Netadmin.Management.ImportExport.Description
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IImportExportColumnDescription

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