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


Glossary Item Box

The following tables list the members exposed by DesignerCollection.

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.  
Public Property Item Overloaded.   
Top

Protected Properties

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

Public Methods

  Name Description
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Dispose Overloaded.  Disposes this object  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

  Name Description
Protected Method Add  
Protected Method Contains  
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Protected Method IndexOf  
Protected Method Insert  
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  
Protected Method OnItemInserting  
Protected Method OnItemRemoving  
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  
Protected Method ValidateArgument  
Top

See Also