C# Class AniDBmini.MylistModel

Inheritance: ITreeModel
Afficher le fichier Open project: ahodesuka/AniDBmini Class Usage Examples

Méthodes publiques

Méthode Description
FetchChildren ( object parent ) : void
GetChildren ( object parent ) : IEnumerable
HasChildren ( object parent ) : bool
MylistModel ( MylistDB myList ) : System
Refresh ( ) : ITreeModel
Sort ( ListSortDirection lsd, System.Windows.Controls.DataGridColumn column ) : ITreeModel

Method Details

FetchChildren() public méthode

public FetchChildren ( object parent ) : void
parent object
Résultat void

GetChildren() public méthode

public GetChildren ( object parent ) : IEnumerable
parent object
Résultat IEnumerable

HasChildren() public méthode

public HasChildren ( object parent ) : bool
parent object
Résultat bool

MylistModel() public méthode

public MylistModel ( MylistDB myList ) : System
myList MylistDB
Résultat System

Refresh() public méthode

public Refresh ( ) : ITreeModel
Résultat ITreeModel

Sort() public méthode

public Sort ( ListSortDirection lsd, System.Windows.Controls.DataGridColumn column ) : ITreeModel
lsd ListSortDirection
column System.Windows.Controls.DataGridColumn
Résultat ITreeModel