IMobileApplicationPublishObjects

Assembly: Mobile

Workspace: Prognoz.Platform.Interop.Mobile

Description

The IMobileApplicationPublishObjects interface is used to work with a 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 source for the specified object.

Methods

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

See also:

Mobile Assembly Interfaces