Assembly: Mobile;
Workspace: Prognoz.Platform.Interop.Mobile;
The IMobileApplicationPublishObjects interface is used to work with the collection of objects in the published mobile application.
IMobileApplicationPublishObjects
To work with a collection element, use the IMobileApplicationPublishObject interface.
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. |
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: