Свойство | Тип | Описание | |
---|---|---|---|
CollectionChanged | EventHandler |
Метод | Описание | |
---|---|---|
AddBookInfo ( |
||
BookCollection ( ) : System | ||
BookCollection ( string path, CollectionType collectionType, |
||
DeleteBook ( |
||
GetBookInfos ( ) : IEnumerable |
||
InsertBookInfo ( |
Insert a book into the appropriate place. If there is already a book with the same FolderPath, replace it.
|
|
StopWatchingDirectory ( ) : void |
This could plausibly be a Dispose(), but I don't want to make BoolCollection Disposable, as most of them don't need it.
|
|
WatchDirectory ( ) : void |
Watch for changes to your directory (currently just additions). Raise CollectionChanged if you see anything.
|
Метод | Описание | |
---|---|---|
AddBookInfo ( string folderPath ) : void | ||
BookCollection ( List |
||
LoadBooks ( ) : void | ||
MakeCollectionCSSIfMissing ( ) : void | ||
NotifyCollectionChanged ( ) : void | ||
WatcherOnChange ( object sender, |
public AddBookInfo ( |
||
bookInfo | ||
Результат | void |
public BookCollection ( string path, CollectionType collectionType, |
||
path | string | |
collectionType | CollectionType | |
bookSelection | ||
Результат | System |
public DeleteBook ( |
||
bookInfo | ||
Результат | void |
public InsertBookInfo ( |
||
bookInfo | ||
Результат | void |