C# Class Rsdn.Janus.FavoritesHelper

ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
FavoriteFolders ( [ db, bool>.[ predicate ) : IQueryable
FavoriteFolders ( [ db ) : ITable
FavoriteItems ( [ dbMgr, bool>.[ predicate ) : IQueryable
FavoriteItems ( [ dbMgr ) : ITable
IntoFavoriteFolders ( [ db ) : IValueInsertable
IntoFavoriteItems ( [ db ) : IValueInsertable

Method Details

FavoriteFolders() public static method

public static FavoriteFolders ( [ db, bool>.[ predicate ) : IQueryable
db [
predicate bool>.[
return IQueryable

FavoriteFolders() public static method

public static FavoriteFolders ( [ db ) : ITable
db [
return ITable

FavoriteItems() public static method

public static FavoriteItems ( [ dbMgr, bool>.[ predicate ) : IQueryable
dbMgr [
predicate bool>.[
return IQueryable

FavoriteItems() public static method

public static FavoriteItems ( [ dbMgr ) : ITable
dbMgr [
return ITable

IntoFavoriteFolders() public static method

public static IntoFavoriteFolders ( [ db ) : IValueInsertable
db [
return IValueInsertable

IntoFavoriteItems() public static method

public static IntoFavoriteItems ( [ db ) : IValueInsertable
db [
return IValueInsertable