C# Class System.Windows.Data.StandardCollectionViewGroup

Inheritance: System.Windows.Data.CollectionViewGroup
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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