Click or drag to resize

SOApplicationArchive Properties

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