![]() | ExportItem Properties |
The ExportItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowInplaceEdits |
If column editing is enabled at GetAdditionalColumnsSetup2(IListViewEx, String, DictionaryString, Boolean, ListString, ListString)
then this must be true to allow editing columns of this particular item. However, editing will not be
enabled if also WritebackInplaceEdits is enabled but this item's writeback target is not in correct file access state.
In SW, the file must not be readonly. In PDM client side, either we must have write access to NOTHING or we must have write access to
the edited file.
AllowInplaceEdits is false by default.
|
![]() | Attachments |
Attachment rows of this item. The Item2 of the Tuple is top assembly configuration.
|
![]() | CancelConversions |
Set this flag to true to cancel all conversions related to this item.
|
![]() | Children |
Child items for this item.
|
![]() | CollectedConversions |
Document Conversion collected during export procedure for this item.
|
![]() | DataRows |
Datarows of this item. The Item2 of the Tuple is top assembly configuration.
|
![]() | ExportHandler |
Export Handler. This should be an inheritant of GenericExportHandlerT, E, I
but type is left loosely defined due to cascading generics.
|
![]() | ExportProfile |
Currently Active Export Profile
|
![]() | Fields |
Export Profile Fields.
|
![]() | ID |
Unique identifier for this Item. This object is considered identical to another
object of the same type, if IDs are equal.
|
![]() | ItemError | |
![]() | ParentExtension |
Parent Extension
|
![]() | Parents |
Parent items for this item. Empty for root item.
|
![]() | Preview | |
![]() | RowColorController |
Color Controller for row/cell colors.
|
![]() | UIRows |
UI Rows mapped to this item.
Not available after deserialization.
|
![]() | WritebackInplaceEdits |
If AllowInplaceEdits is enabled (and all its pre-requisities), editing a column automatically
causes writeback.
|