Home
  What's News
    InfoJet Service
    InfoJet POM
  Overview
  Code Attributes
  Proxy Classes
  How to Use
    InfoJet Rules
    InfoJet EditPart
    InfoJet QuickFill
    Evaluate
  Download
  Java
    Buy
  Pricing
  How to Buy
    Support
  Contact Us
InfoJet POM Proxy Classes
The class InfoJetSoft.POM.XmlFormProxy wraps a subset of InfoPath 2007 object model supported by InfoJet Service.
InfoJetSoft.POM.XmlFormProxy
Constructor:
public XmlFormProxy(XmlFormHostItem hostItem, object sender, EventArgs args)
The parameter hostItem will be passed with the instance of the class FormClass generated by InfoPath design evironment, in FormClass, please pass this parameter with "this" directly. This parameter is referenced as "this" in the below also.
The other two parameters sender and args should be passed with the two parameters of the form event handler method.
Properties:
Name: Corresponding in InfoPath 2007 Object Models:
NamespaceManager this.NamespaceManager
XmlEventSender XmlEvent sender
XmlEventSite XmlEventArgs.Site
XmlEventNewValue XmlEventArgs.NewValue
XmlEventOldValue XmlEventArgs.OldValue
ClickedEventControlId ClickedEventArgs.ControlId
ClickedEventSource ClickedEventArgs.Source
Methods:
Name: Corresponding in InfoPath 2007 Object Models:
CreateMainDataSourceNavigator this.CreateNavigator()
CreateDataSourceNavigator this.DataSources["ds"].CreateNavigator()
SelectNodesOnCurrentView this.CurrentView.ExecuteAction()
ExecuteActionOnCurrentView this.CurrentView.SelectNodes()
ShowMessageBox MessageBox.Show("message");

Copyright © 2005 - 2010 InfoJetSoft all rights reserved