C# Class Priya.InfoList.JsonInfoPageService

Inheritance: JsonRpcService
Datei anzeigen Open project: Srid68/Priya.InfoList Class Usage Examples

Private Methods

Method Description
DeleteInfoPage ( long infoPageId ) : JsonObject
GetInfoPageCategoryOptionList ( long infoPageId, string templateSuffix ) : JsonObject
GetInfoPageFilterListView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, bool asyncLoading, long filterInfoCategoryId, string filterInfoPage, bool filterInfoPagePublic, long filterCreatedUserId ) : JsonObject
GetInfoPageListView ( long pageNo, long itemsPerPage, long dataIndex, string templateSuffix, bool asyncLoading ) : JsonObject
GetInfoPageSaveView ( long infoPageId, long pageNo, long itemsPerPage, long dataIndex, string templateSuffix ) : JsonObject
SaveInfoPage ( string infoPageName, string infoPageDescription, long infoPageCategoryId, long accessGroupId, bool asyncLoading, bool isActive, System.DateTime expiryDate, bool commentable, string commentorRoleList, bool isPublic, bool isCommon, bool isDeleted, long sequence, long infoPageId ) : JsonObject