The following tables list the members exposed by FormTemplateCollection.
| Name | Description | |
|---|---|---|
|
FormTemplateCollection Constructor |
| Name | Description | |
|---|---|---|
|
Capacity | (Inherited from System.Collections.CollectionBase) |
|
Count | (Inherited from System.Collections.CollectionBase) |
|
HasEmptyEntry | |
|
HasOnlyValidItems | Gets a value indicating whether this instance has only valid items. |
|
IsDisposed | Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>) |
|
Item | Overridden. |
|
Parent | |
|
SortedList |
| Name | Description | |
|---|---|---|
|
InnerList | (Inherited from System.Collections.CollectionBase) |
|
List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
|
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. |
|
Clear | (Inherited from System.Collections.CollectionBase) |
|
Contains | Overloaded. |
|
Dispose | Overloaded. Disposes this object (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>) |
|
GetAsXml | |
|
GetEmptyEntry | |
|
GetEnumerator | (Inherited from System.Collections.CollectionBase) |
|
GetFormTemplatesAsXml | |
|
IndexOf | Overloaded. |
|
Insert | Inserts an Item into the collection at the specified index. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>) |
|
Remove | |
|
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. |
|
RemoveFromCollectionAndProject | |
|
ResetAllItemsMustUpdate | |
|
SetAllItemsMustUpdate | |
|
Sort | Overloaded. Sorts the PersistableObjects in the entire SourceCode.Framework.PersistableObjectList<T> using default comparer. (Inherited from SourceCode.Framework.PersistableObjectCollectionBase<InfoPathProcessPropertyWizardDefinition,FormTemplateItem>) |
Top