Xceed .NET Libraries Documentation
ProgramGroupItemList Class Methods


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace : ProgramGroupItemList Class

For a list of all members of this type, see ProgramGroupItemList members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds a program group item to the list.  
Public MethodAdds the elements of an program group items array to the end of the ProgramGroupItemList collection.  
Public MethodRemoves all program group items from the list.  
Public MethodRetrieves a boolean value indicating if a specific program group item exists in the list.  
Public MethodCopies the items of the System.Collections.ICollection to an array, starting at a particular array index. (Inherited from Xceed.Utils.Collections.ListBase)
Public MethodSearches for the specified program group item and returns the zero-based index of the first occurrence within the list.  
Public MethodInserts an program group item into the list at the specified index  
Public MethodRemoves the program group item from the list.  
Public MethodRemoves the program group item from the list at the specified index.  
Top
Protected Methods
 NameDescription
Protected MethodAdds an item to the array. (Inherited from Xceed.Utils.Collections.ListBase)
Protected MethodRemoves all items from the array. (Inherited from NotifyListBase)
Protected MethodInitializes the array and populates it with the specified objects. (Inherited from NotifyListBase)
Protected MethodInserts an item into the array at the specified index. (Inherited from NotifyListBase)
Protected MethodRemoves the item at the specified index. (Inherited from NotifyListBase)
Protected MethodEnsures that the capacity of this instance of the list is at least the specified value. (Inherited from NotifyListBase)
Protected Internal MethodAdds an item to the list. (Inherited from NotifyListBase)
Protected Internal MethodRemoves all items from the list. (Inherited from NotifyListBase)
Protected Internal MethodInserts an item to the list at the specified index. (Inherited from NotifyListBase)
Protected Internal MethodRemoves the first occurrence of value from the list. (Inherited from NotifyListBase)
Protected Internal MethodRemoves the item at the specified index. (Inherited from NotifyListBase)
Protected Internal MethodSets the item at the specified index. (Inherited from NotifyListBase)
Protected MethodAdds an item to the list. (Inherited from NotifyListBase)
Protected MethodRemoves all items from the list. (Inherited from NotifyListBase)
Protected MethodRetrieves a boolean value indicating if the item exists in the list. (Inherited from NotifyListBase)
Protected MethodRetrieves the item at the specified index. (Inherited from NotifyListBase)
Protected MethodSearches for the specified item in the list and returns the zero-based index of the first occurrence. (Inherited from NotifyListBase)
Protected MethodInserts an item to the list at the specified index. (Inherited from NotifyListBase)
Protected MethodRemoves the first occurrence of value from the list. (Inherited from NotifyListBase)
Protected MethodRemoves the item at the specified index. (Inherited from NotifyListBase)
Protected MethodSets the item at the specified index. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes when clearing the contents of the list. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes after clearing the contents of the Xceed.Utils.Collections.ListBase instance. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes before inserting a new item into the Xceed.Utils.Collections.ListBase instance. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes after inserting a new element into the list. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes when removing an item from the Xceed.Utils.Collections.ListBase instance. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes after removing an element from the list. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes before setting a value in the Xceed.Utils.Collections.ListBase instance. (Inherited from NotifyListBase)
Protected MethodPerforms additional custom processes after setting a value in the list. (Inherited from NotifyListBase)
Protected MethodOverridden. Performs additional custom processes when validating a value.  
Top
See Also

Reference

ProgramGroupItemList Class
Xceed.Zip.Sfx Namespace