Assembly: Mobile;
Workspace: Prognoz.Platform.Interop.Mobile;
The IMobileApplicationPublishObject interface is used to work with the object from the published mobile application.
IMobileApplicationPublishObject
To get all objects from the published mobile application, use the IMobileApplicationPublicator.Items property.
Property name | Brief description | |
CreateResult | The CreateResult property returns the result of creating a mobile application object. | |
IsValid | The IsValid property returns whether the object can be published. | |
Key | The Key property returns the object key. | |
NeedExport | The NeedExport property determines whether the object must be exported. | |
Type | The Type property returns the object type. | |
PublishObject | The PublishObject property returns parameters of object publishing. |
Method name | Brief description | |
LoadFromXml | The LoadFromXml method loads parameters of the published object of mobile application from XML file. | |
SaveToXml | The SaveToXml method loads object parameters from the published mobile application to XML file. |
See also: