C# Class Runt.ViewModels.FileTreeViewModel

Inheritance: PropertyChangedBase, INotifyCollectionChanged, IList
Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Private Properties

Свойство Type Description
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System

Méthodes publiques

Méthode Description
DoubleClicked ( ) : void
FileTreeViewModel ( FileTreeViewModel parent ) : System

Méthodes protégées

Méthode Description
GetItems ( ) : IEnumerable
Initialize ( ) : void
InsertItem ( int index, object value ) : void
InsertRange ( int index, IEnumerable items ) : void
OnCollectionChanged ( NotifyCollectionChangedEventArgs e ) : void
Refresh ( ) : void

Raises a change notification indicating that all bindings should be refreshed.

RemoveItem ( int index ) : void
RemoveRange ( int index, int count ) : void
SetItem ( int index, object value ) : void

Private Methods

Méthode Description
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

Method Details

DoubleClicked() public méthode

public DoubleClicked ( ) : void
Résultat void

FileTreeViewModel() public méthode

public FileTreeViewModel ( FileTreeViewModel parent ) : System
parent FileTreeViewModel
Résultat System

GetItems() protected abstract méthode

protected abstract GetItems ( ) : IEnumerable
Résultat IEnumerable

Initialize() protected abstract méthode

protected abstract Initialize ( ) : void
Résultat void

InsertItem() protected méthode

protected InsertItem ( int index, object value ) : void
index int
value object
Résultat void

InsertRange() protected méthode

protected InsertRange ( int index, IEnumerable items ) : void
index int
items IEnumerable
Résultat void

OnCollectionChanged() protected méthode

protected OnCollectionChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

Refresh() protected méthode

Raises a change notification indicating that all bindings should be refreshed.
protected Refresh ( ) : void
Résultat void

RemoveItem() protected méthode

protected RemoveItem ( int index ) : void
index int
Résultat void

RemoveRange() protected méthode

protected RemoveRange ( int index, int count ) : void
index int
count int
Résultat void

SetItem() protected méthode

protected SetItem ( int index, object value ) : void
index int
value object
Résultat void