C# 클래스 BlogEngine.Core.Json.JsonTrashList

List of deleted objects
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
GetPager ( int page ) : string
GetTrash ( TrashType trashType, int page ) : List

Paged list of deleted objects

IsTrashEmpty ( ) : bool

If trash is empty.

Process ( string action, string vals ) : BlogEngine.Core.Json.JsonResponse

Processes recycle bin actions

비공개 메소드들

메소드 설명
Purge ( string trashType, System.Guid id ) : void
PurgeAll ( ) : void
Restore ( string trashType, System.Guid id ) : void

메소드 상세

GetPager() 공개 정적인 메소드

public static GetPager ( int page ) : string
page int
리턴 string

GetTrash() 공개 정적인 메소드

Paged list of deleted objects
public static GetTrash ( TrashType trashType, int page ) : List
trashType TrashType Type of delted object
page int Page number
리턴 List

IsTrashEmpty() 공개 정적인 메소드

If trash is empty.
public static IsTrashEmpty ( ) : bool
리턴 bool

Process() 공개 정적인 메소드

Processes recycle bin actions
public static Process ( string action, string vals ) : BlogEngine.Core.Json.JsonResponse
action string Action
vals string Values
리턴 BlogEngine.Core.Json.JsonResponse