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


Glossary Item Box

The following tables list the members exposed by FormTemplateCollection.

Public Constructors

  Name Description
Public Constructor FormTemplateCollection Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property HasEmptyEntry  
Public Property HasOnlyValidItems Gets a value indicating whether this instance has only valid items.  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>)
Public Property Item Overridden.   
Public Property Parent  
Public Property SortedList  
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Overridden. Add the specified Item to the collection. This will set the container property of the item as well as raise the ItemAdded event on the Container object.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Overloaded.   
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>)
Public Method GetAsXml  
Public Method GetEmptyEntry  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method static (Shared in Visual Basic) GetFormTemplatesAsXml  
Public Method IndexOf Overloaded.   
Public Method Insert Inserts an Item into the collection at the specified index. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>)
Public Method Remove  
Public Method RemoveAt Overridden.  Removes the specified Item from the collection. This will set the container property of the item to null as well as raise the ItemRemoving event on the Container object.  
Public Method RemoveFromCollectionAndProject  
Public Method ResetAllItemsMustUpdate  
Public Method SetAllItemsMustUpdate  
Public Method Sort Overloaded.  Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>)
Top

Protected Methods

See Also