MainDataSource Class Members
See Also  Properties Methods Events
SourceCode.Workflow.Design.InfoPath.FormTemplate.DataSource Namespace : MainDataSource Class


Glossary Item Box

The following tables list the members exposed by MainDataSource.

Public Properties

  Name Description
Public Property EditableNamespace  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Property IsEditable  
Public Property Namespaces  
Public Property PublishUrl  
Public Property RootElement  
Public Property SchemaFiles  
Top

Public Methods

  Name Description
Public Method Add  
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(dispoing) gets called  
Public Method GetTemplateXml Overloaded.  Gets the template xml as string. If the href attribute in the process instruction must be something specific, use the overload with the href parameter. This is necessary when a form instance (form XML) is not created by the InfoPath client, but some external process. E.g. when a form, that has been published to a SharePoint site as a content type, is opened/saved in SharePoint, the href points to the xsn in SharePoint, if the form is not create from the SharePoint interface, the xsn cannot be found by the form instance.  
Public Method HasDependencies (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method IsValidPath  
Public Method Remove  
Public Method ResetParent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method SetParent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method SupportEditing (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Protected Method OnParentSet (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Protected Method OnPropertyChanging (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Protected Method ValidateArgument Overloaded. Overridden.   
Top

Public Events

See Also