Class FavoritesModel
System.Object
  MarkdownMonster.Favorites.FavoritesModel
public class FavoritesModel : object, INotifyPropertyChanged

Class Members

MemberDescription

Constructor

PropertyChanged

AddFavorite

public FavoriteItem AddFavorite(FavoriteItem baseItem,     FavoriteItem favoriteToAdd)

DeleteFavorite

public void DeleteFavorite(FavoriteItem favorite)

FindFavoriteByFilenameAndTitle

Searches the tree for a specific item

public FavoriteItem FindFavoriteByFilenameAndTitle(ObservableCollection parentList,     string file,     string title)

LoadFavorites

Loads Favorites from Favorties file in Common Folder

public bool LoadFavorites()

SaveFavorites

Saves Favorites to the Favorites file in common folder

public bool SaveFavorites()

SaveFavoritesAsync

Saves favorites without checking for file change in editor

public Task SaveFavoritesAsync()

WalkFavorites

public void WalkFavorites(ObservableCollection favoriteItems,     Action operation)

AppModel

EditedFavorite

Favorites

FavoritesFile

SearchText

Window

Requirements

Namespace: MarkdownMonster.Favorites
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic