DesignerCollection<T> Class Members
See Also  Properties Methods Events
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace : DesignerCollection<T> Class


Glossary Item Box

The following tables list the members exposed by DesignerCollection<T>.

Public Constructors

  Name Description
Public Constructor DesignerCollection<T> Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.Generic.List<T>)
Public Property Count (Inherited from System.Collections.Generic.List<T>)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Item (Inherited from System.Collections.Generic.List<T>)
Public Property Parent  
Top

Public Methods

  Name Description
Public Method Add  
Public Method AddRange (Inherited from System.Collections.Generic.List<T>)
Public Method AsReadOnly (Inherited from System.Collections.Generic.List<T>)
Public Method BinarySearch Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method Clear (Inherited from System.Collections.Generic.List<T>)
Public Method Contains (Inherited from System.Collections.Generic.List<T>)
Public Method ConvertAll<TOutput> (Inherited from System.Collections.Generic.List<T>)
Public Method CopyTo Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method Dispose Overloaded.  Disposes this object  
Public Method Exists (Inherited from System.Collections.Generic.List<T>)
Public Method Find (Inherited from System.Collections.Generic.List<T>)
Public Method FindAll (Inherited from System.Collections.Generic.List<T>)
Public Method FindIndex Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method FindLast (Inherited from System.Collections.Generic.List<T>)
Public Method FindLastIndex Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method ForEach (Inherited from System.Collections.Generic.List<T>)
Public Method GetEnumerator (Inherited from System.Collections.Generic.List<T>)
Public Method GetRange (Inherited from System.Collections.Generic.List<T>)
Public Method IndexOf Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method InsertRange (Inherited from System.Collections.Generic.List<T>)
Public Method LastIndexOf Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method RemoveAll (Inherited from System.Collections.Generic.List<T>)
Public Method RemoveAt (Inherited from System.Collections.Generic.List<T>)
Public Method RemoveRange (Inherited from System.Collections.Generic.List<T>)
Public Method Reverse Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method Sort Overloaded.  (Inherited from System.Collections.Generic.List<T>)
Public Method ToArray (Inherited from System.Collections.Generic.List<T>)
Public Method TrimExcess (Inherited from System.Collections.Generic.List<T>)
Public Method TrueForAll (Inherited from System.Collections.Generic.List<T>)
Top

Protected Methods

  Name Description
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 Insert  
Protected Method Remove  
Protected Method ValidateArgument Overloaded.   
Top

Public Events

  Name Description
Public Event ItemAdding  
Public Event ItemInserting  
Public Event ItemRemoving  
Top

See Also