C# Class PAWA.Classes.AlbumGrid

Inheritance: Controller
Afficher le fichier Open project: jarradm/PAWA Class Usage Examples

Méthodes publiques

Méthode Description
AlbumGrid ( IPAWAContext dbc, int tilesPerPage = 20, int tilesPerRow = 5 ) : System
CreateTable ( int folderID = null ) : List
GetFiles ( int folderID ) : IEnumerable
GetFolders ( int folderID ) : IEnumerable

Method Details

AlbumGrid() public méthode

public AlbumGrid ( IPAWAContext dbc, int tilesPerPage = 20, int tilesPerRow = 5 ) : System
dbc IPAWAContext
tilesPerPage int
tilesPerRow int
Résultat System

CreateTable() public méthode

public CreateTable ( int folderID = null ) : List
folderID int
Résultat List

GetFiles() public méthode

public GetFiles ( int folderID ) : IEnumerable
folderID int
Résultat IEnumerable

GetFolders() public méthode

public GetFolders ( int folderID ) : IEnumerable
folderID int
Résultat IEnumerable