Click or drag to resize
IImportExportTableDescription Interface

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

[Missing <summary> documentation for "T:Netadmin.Management.ImportExport.Description.IImportExportTableDescription"]

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

The IImportExportTableDescription type exposes the following members.

Properties
  NameDescription
Public propertyBooleanCanCreate
True if new entities can be created through import
Public propertyIEnumerableT, T: IImportExportColumnDescriptionColumnDescriptions
Descriptions of all columns in the table. Must never be null
Public propertyStringDescription
The description of the table
Public propertyStringName
The name of the Table
Public propertyStringRemark
A note about any particular properties on a table
Top
See Also