C# 클래스 System.Windows.Data.StandardCollectionViewGroup

상속: System.Windows.Data.CollectionViewGroup
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddInSubtree void
AddInSubtree void
AddInSubtree void
AddItem void
ClearItems void
ClearSubtree void
DecrementCount void
IncrementCount void
IndexOf int
IndexOfSubtree int
RemoveInSubtree bool
RemoveItem bool

공개 메소드들

메소드 설명
StandardCollectionViewGroup ( StandardCollectionViewGroup parent, object name, int depth, bool isBottomLevel, SortDescriptionCollection sorters ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

StandardCollectionViewGroup() 공개 메소드

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