C# Класс BlogEngine.Core.Json.JsonTrashList

List of deleted objects
Показать файл Открыть проект

Открытые методы

Метод Описание
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