IApplicationArchive Properties |
The IApplicationArchive type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveRows | Get active row entities as a collection of IRowEntities. This is not the same as selected/highlighted rows! |
![]() | AllRows | Get all loaded row entities as a collection of IRowEntities |
![]() | ArchiveModeProtocol | Archive Mode SoProtocol |
![]() | DesiredEntities | Set desired entities. An array of entity names, a singular Entity name or a comma seperatoted list of entitiy names. |
![]() | GuiName | Gui name |
![]() | HasLiveupdateHandlers | Has live-update handlers? |
![]() | IsAsynchronous | Is provider running asynchronously? |
![]() | IsCanceled | Has the archive loading been canceled? |
![]() | IsLoading | Is archive currently loading? Can be used for waiting when caled from an external process: While archive.IsLoading Wend |
![]() | IsVisible | Is archive visible? |
![]() | LastSelectedRow | Get last selected row entity as an IRowEntity |
![]() | MainModeProtocol | Main Mode SoProtocol |
![]() | MaxRowCount | Set maximum row count limit |
![]() | MaxRowCountReason | Set the reason for the maximum row count limit |
![]() | OptionalEntities | Get optional entities. A Array of entity names. Does not include manadatory entities! |
![]() | ProviderName | Provider name |
![]() | Restrictions | Read serialized restrictions. This is normally the basic binding a provider has to some primary Entity. |
![]() | SelectedRows | Get selected row entities as a collection of IRowEntities |
![]() | SoProtocol | SoProtocol |
![]() | UseDbSorts | Tell archive to use the database to order by |