C# 클래스 PAWA.Classes.AlbumGrid

상속: Controller
파일 보기 프로젝트 열기: jarradm/PAWA 1 사용 예제들

공개 메소드들

메소드 설명
AlbumGrid ( IPAWAContext dbc, int tilesPerPage = 20, int tilesPerRow = 5 ) : System
CreateTable ( int folderID = null ) : List
GetFiles ( int folderID ) : IEnumerable
GetFolders ( int folderID ) : IEnumerable

메소드 상세

AlbumGrid() 공개 메소드

public AlbumGrid ( IPAWAContext dbc, int tilesPerPage = 20, int tilesPerRow = 5 ) : System
dbc IPAWAContext
tilesPerPage int
tilesPerRow int
리턴 System

CreateTable() 공개 메소드

public CreateTable ( int folderID = null ) : List
folderID int
리턴 List

GetFiles() 공개 메소드

public GetFiles ( int folderID ) : IEnumerable
folderID int
리턴 IEnumerable

GetFolders() 공개 메소드

public GetFolders ( int folderID ) : IEnumerable
folderID int
리턴 IEnumerable