FileCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.InfoPath.FormTemplate.Files Namespace : FileCollection Class


Glossary Item Box

The following tables list the members exposed by FileCollection.

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Top

Protected Properties

Public Methods

Protected Methods

  Name Description
Protected Method Add Overloaded.   
Protected Method Contains (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
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.DesignerCollection)
Protected Method IndexOf (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Protected Method Insert Overloaded.  (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerNameCollection)
Protected Method OnClear (Inherited from System.Collections.CollectionBase)
Protected Method OnClearComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnInsert (Inherited from System.Collections.CollectionBase)
Protected Method OnInsertComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnItemAdding (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Protected Method OnItemInserting (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Protected Method OnItemRemoving (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Protected Method OnRemove (Inherited from System.Collections.CollectionBase)
Protected Method OnRemoveComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnSet (Inherited from System.Collections.CollectionBase)
Protected Method OnSetComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnValidate (Inherited from System.Collections.CollectionBase)
Protected Method Remove (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Protected Method ValidateArgument (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerNameCollection)
Top

See Also