IMobileApplicationPublishObjects

Assembly: Mobile;

Workspace: Prognoz.Platform.Interop.Mobile;

Description

The IMobileApplicationPublishObjects interface is used to work with the collection of objects in the published mobile application.

Inheritance Hierarchy

          IMobileApplicationPublishObjects

Comments

To work with a collection element, use the IMobileApplicationPublishObject interface.

Properties

  Property name Brief description
Count The Count property returns the number of elements in the collection.
Item The Item property returns the specified element from the collection of objects in the published mobile application.
ItemByKey The ItemByKey property returns an element of the collection by its key.
Sources The Sources property returns the collection of data sources for the specified object.

Methods

  Method name Brief description
LoadFromXml The LoadFromXml method loads parameters of mobile application objects from XML file.
SaveToXml The SaveToXml method loads object parameters from the published mobile application to XML file.

See also:

Mobile Assembly Interfaces