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


Glossary Item Box

The following tables list the members exposed by Solution.

Public Constructors

  Name Description
Public Constructor Solution Constructor Creates a new instance of the object.  
Top

Public Properties

Public Methods

  Name Description
Public Method Close  
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(dispoing) gets called  
Public Method Exists Verifies whether the original xsn file exists.  
Public Method GetFileContent  
Public Method GetFileContentAsString  
Public Method HasDependencies (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method Open Downloads the xsn file from its original location to the local disk and loads the properties of the design template into this object.  
Public Method Publish  
Public Method RaiseOpenException  
Public Method RemoveInvalidRules  
Public Method ResetParent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method Save Updates the xsn file on the local disk and uploads the file back to its original location.  
Public Method SaveAs Overloaded.   
Public Method SetParent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method SupportEditing (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method Update Updates the extracted files on the local disk with the current data in the object.  
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.  (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Top

Public Events

See Also