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


Glossary Item Box

The following tables list the members exposed by FormTemplateItem.

Public Constructors

  Name Description
Public Constructor FormTemplateItem Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property AddAsContentType Gets or sets a value indicating whether to add as content type.  
Public Property BrowserEnable Gets a value indicating whether [browser enable].  
Public Property ClearWorkflowActionsOnOpen Gets or sets a value indicating whether [disable submit button].  
Public Property Container Gets or sets the container. (Inherited from SourceCode.Framework.PersistableObject)
Public Property ContentTypeName Gets or sets the name of the content type.  
Public Property Credentials Gets or sets the credentials.  
Public Property CtrlEditor Gets the CTRL editor.  
Public Property CurrentSOMethods Gets the current SO methods.  
Public Property DefaultView Gets or sets the default view.  
Public Property DeployBrowserEnable Gets or sets a value indicating whether to deploy browser enabled.  
Public Property DeployElsewhere Gets a value indicating whether [deploy elsewhere].  
Public Property DeploymentFileVersion Gets or sets the deployment file version.  
Public Property DeploymentFormLibraryTitle Gets or sets the deployment form library title.  
Public Property DeploymentLocation Gets or sets the deployment location.  
Public Property DeploymentPath Gets or sets the deployment path.  
Public Property DeploymentSPSiteUrl Gets or sets the deployment SP site URL.  
Public Property DeploymentSPSiteUrlDescription Gets the deployment SP site URL description.  
Public Property DisableSubmitButton Gets or sets a value indicating whether [disable submit button].  
Public Property FileName Gets the name of the file.  
Public Property FolioField Gets the folio field.  
Public Property FormLibraryTitle Gets or sets the form library title.  
Public Property Guid Gets or sets the GUID. (Inherited from SourceCode.Framework.PersistableObject)
Public Property HasOpenXsn Gets a value indicating whether this instance has open XSN.  
Public Property HasValue Gets a value indicating whether this instance has value.  
Public Property InfoPathProcessSettings Gets or sets the info path process settings.  
Public Property InfoPathWebServiceSiteUrl Gets or sets the info path web service site URL.  
Public Property InfoPathWebServiceSiteUrlFieldDescription Gets the info path web service site URL field description.  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObject)
Public Property IsIntLoading (Inherited from SourceCode.Framework.PersistableObject)
Public Property IsLoading Gets or sets a value indicating whether this instance is loading. (Inherited from SourceCode.Framework.PersistableObject)
Public Property IsStartProcess Gets a value indicating whether this instance starts the process.  
Public Property K2Server Gets or sets the k2 server.  
Public Property K2ServerFieldDescription Gets the k2 server field description.  
Public Property Key Gets the key.  
Public Property Location Gets or sets the location.  
Public Property Locked (Inherited from SourceCode.Framework.PersistableObject)
Public Property Modified Gets a value indicating whether this SourceCode.Framework.PersistableObject is modified. (Inherited from SourceCode.Framework.PersistableObject)
Public Property MustUpdate Gets or sets a value indicating whether [must update].  
Public Property Name Gets the name.  
Public Property OpenAsWebPage Gets or sets a value indicating whether to open as web page.  
Public Property Path Gets or sets the path.  
Public Property ProcessName Gets the name of the process.  
Public Property ProjectName Gets the name of the project.  
Public Property SharePointEnvironmentLibraryUrl Gets or sets the SharePointUrl  
Public Property SharePointEnvironmentLibraryUrlDescription Gets the SharePointUrl field description.  
Public Property ShowCachedFlow Gets or sets a value indicating whether [show cached flow].  
Public Property ShowViewProcessFlowLink Gets or sets a value indicating whether [show view process flow link].  
Public Property SitedChildren (Inherited from SourceCode.Framework.PersistableContainerObject)
Public Property SmartObjectServerName Gets or sets the name of the smart object server.  
Public Property SmartObjectServerPort Gets or sets the smart object server port.  
Public Property SOMethods Gets or sets the SO methods.  
Public Property SPSiteUrl Gets or sets the SP site URL.  
Public Property SPSiteUrlDescription Gets the SP site URL description.  
Public Property StartFormGuid  
Public Property TaskActionControls Gets or sets the task action controls.  
Public Property UseSmartObjects Gets a value indicating whether [use smart objects].  
Public Property UseTaskPane Gets or sets a value indicating whether [use task pane].  
Public Property XmlFieldName Gets the name of the XML field.  
Public Property Xsn Gets the XSN.  
Top

Protected Properties

  Name Description
Protected Property ContainedList Overridden.  This represents the List in which this object is contained in. E.G. OrderItem is contained in the OrderItems list of container object that an Order.  
Protected Property IsEventsEnabled Gets a value indicating whether events is enabled. (Inherited from SourceCode.Framework.PersistableObject)
Top

Public Methods

  Name Description
Public Method AddFormTemplateToProject Adds the form template to project.  
Public Method AddXmlField Overloaded.   
Public Method ClearParent  
Public Method Clone Overloaded. Overridden.  Creates a new object that is a copy of the current instance.  
Public Method CloneInContext Overloaded.  Creates a new object that is a copy of the current instance. (Inherited from SourceCode.Framework.PersistableObject)
Public Method CloneToStream Clones this instance to a stream. (Inherited from SourceCode.Framework.PersistableObject)
Public Method CloseXsn  
Public Method static (Shared in Visual Basic) CompareKey Overloaded.   
Public Method CopyPropertiesTo  
Public Method DeleteXmlField Overloaded.   
Public Method DisableEvents Disables the events. (Inherited from SourceCode.Framework.PersistableObject)
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(disposing) gets called  
Public Method EnableEvents Enables the events. (Inherited from SourceCode.Framework.PersistableObject)
Public Method FindChild (Inherited from SourceCode.Framework.PersistableObject)
Public Method FindContainerOfType<T> (Inherited from SourceCode.Framework.PersistableObject)
Public Method GetAsXml  
Public Method static (Shared in Visual Basic) GetKey Overloaded.   
Public Method GetOwners  
Public Method static (Shared in Visual Basic) HasValidValue  
Public Method InitializeXsn Overloaded.   
Public Method IsReadOnly  
Public Method IsValid  
Public Method OpenInDesignMode  
Public Method PropertyChangingEventHooked (Inherited from SourceCode.Framework.PersistableObject)
Public Method RegenerateDeploymentFileVersion  
Public Method RelinkFormTemplateToProject  
Public Method RemapSmartObjectsToCurrentEnvironment  
Public Method RemoveInvalidTaskActionControls  
Public Method UpdateSaveFormLocationForAllEvents  
Public Method WorkflowEnableFormTemplate Overloaded.   
Top

Protected Methods

  Name Description
Protected Method EnsureClonedInstance Overloaded.  Returns an instance of a cloned object based on the original item. Use in conjuction with Cloning. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method GetClonedInstance<T> Returns an instance of a cloned object based on the original guid. Use in conjuction with Cloning. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method HasObjectBeenCloned (Inherited from SourceCode.Framework.PersistableObject)
Protected Method IsObjectInScope Overloaded.  When a cloning context exists, a lookup will be done to determine if the item is in scope. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnContainerChanged Called when the container change. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnLoad Overridden. Generates an object from a SourceCode.Framework.ISerializationInfo with the data provided.  
Protected Method OnModified Called when this instance is being modified. (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnNotifyBeginPropertyChanged Overloaded.  (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnNotifyEndPropertyChanged Overloaded.  (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnNotifyPropertyChanged Overloaded.  (Inherited from SourceCode.Framework.PersistableObject)
Protected Method OnSave Overridden. Populates a SourceCode.Framework.ISerializationInfo with the data needed to serialize the target object.  
Protected Method Validate Validates this instance. (Inherited from SourceCode.Framework.PersistableObject)
Top

Public Events

See Also