Click or drag to resize

ExportDataRow Properties

The ExportDataRow type exposes the following members.

Properties
 NameDescription
Public propertyConfIDConfID is unique ID for each row in Export. Hierarchical structure can be built using ConfID and ParentConfID.
Public propertyData Export Profile Data; null after detach/deserialize.
Public propertyDataRowIndex Row Index in Export Profile Data; -1 after detach/deserialize.
Public propertyDeleted A flag indicating that DeleteRow has been called for this.
Public propertyDetached A flag indicating if this row detached from the Data and uses cached/deserialized values.
Public propertyExcluded A flag indicating reference count zero, which is the same as Excluded from BOM.
Public propertyExpProfile Export Profile; null after detach/deserialize.
Public propertyParentConfIDConfID of the row that it this row's parent. -1 for root items. Hierarchical structure can be built using ConfID and ParentConfID. You should investigate ParentDefined before trying to obtain this as even -1 could be valid value in some special cases.
Public propertyParentDefined True if this row should have a parent.
Top
See Also