Click or drag to resize

IApplicationArchive Properties

The IApplicationArchive type exposes the following members.

Properties
  NameDescription
Public propertyActiveRows
Get active row entities as a collection of IRowEntities. This is not the same as selected/highlighted rows!
Public propertyAllRows
Get all loaded row entities as a collection of IRowEntities
Public propertyArchiveModeProtocol
Archive Mode SoProtocol
Public propertyDesiredEntities
Set desired entities. An array of entity names, a singular Entity name or a comma seperatoted list of entitiy names.
Public propertyGuiName
Gui name
Public propertyHasLiveupdateHandlers
Has live-update handlers?
Public propertyIsAsynchronous
Is provider running asynchronously?
Public propertyIsCanceled
Has the archive loading been canceled?
Public propertyIsLoading
Is archive currently loading? Can be used for waiting when caled from an external process: While archive.IsLoading Wend
Public propertyIsVisible
Is archive visible?
Public propertyLastSelectedRow
Get last selected row entity as an IRowEntity
Public propertyMainModeProtocol
Main Mode SoProtocol
Public propertyMaxRowCount
Set maximum row count limit
Public propertyMaxRowCountReason
Set the reason for the maximum row count limit
Public propertyOptionalEntities
Get optional entities. A Array of entity names. Does not include manadatory entities!
Public propertyProviderName
Provider name
Public propertyRestrictions
Read serialized restrictions. This is normally the basic binding a provider has to some primary Entity.
Public propertySelectedRows
Get selected row entities as a collection of IRowEntities
Public propertySoProtocol
SoProtocol
Public propertyUseDbSorts
Tell archive to use the database to order by
Top
See Also