C# Class System.Windows.Data.StandardCollectionViewGroup

Inheritance: System.Windows.Data.CollectionViewGroup
Datei anzeigen Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description
AddInSubtree void
AddInSubtree void
AddInSubtree void
AddItem void
ClearItems void
ClearSubtree void
DecrementCount void
IncrementCount void
IndexOf int
IndexOfSubtree int
RemoveInSubtree bool
RemoveItem bool

Public Methods

Method Description
StandardCollectionViewGroup ( StandardCollectionViewGroup parent, object name, int depth, bool isBottomLevel, SortDescriptionCollection sorters ) : System

Private Methods

Method Description
AddInSubtree ( object item, CultureInfo culture, IList descriptions ) : void
AddInSubtree ( object item, CultureInfo culture, IList descriptions, bool allowSorting ) : void
AddInSubtree ( object item, CultureInfo culture, IList descriptions, bool allowSorting, object name ) : void
AddItem ( object item, bool allowSorting ) : void
ClearItems ( ) : void
ClearSubtree ( ) : void
DecrementCount ( ) : void
IncrementCount ( ) : void
IndexOf ( object item ) : int
IndexOfSubtree ( object item ) : int
RemoveInSubtree ( object item ) : bool
RemoveItem ( object item ) : bool

Method Details

StandardCollectionViewGroup() public method

public StandardCollectionViewGroup ( StandardCollectionViewGroup parent, object name, int depth, bool isBottomLevel, SortDescriptionCollection sorters ) : System
parent StandardCollectionViewGroup
name object
depth int
isBottomLevel bool
sorters SortDescriptionCollection
return System