Метод | Описание | |
---|---|---|
AlbumGrid ( IPAWAContext dbc, int tilesPerPage = 20, int tilesPerRow = 5 ) : System | ||
CreateTable ( int folderID = null ) : List |
||
GetFiles ( int folderID ) : IEnumerable |
||
GetFolders ( int folderID ) : IEnumerable |
public AlbumGrid ( IPAWAContext dbc, int tilesPerPage = 20, int tilesPerRow = 5 ) : System | ||
dbc | IPAWAContext | |
tilesPerPage | int | |
tilesPerRow | int | |
Результат | System |
public CreateTable ( int folderID = null ) : List |
||
folderID | int | |
Результат | List |
public GetFiles ( int folderID ) : IEnumerable |
||
folderID | int | |
Результат | IEnumerable |
public GetFolders ( int folderID ) : IEnumerable |
||
folderID | int | |
Результат | IEnumerable |