C# 클래스 Bloom.web.controllers.AddOrChangePageApi

This API handles requests to add new pages and change existing pages to match some other layout.
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
AddOrChangePageApi ( Bloom.Edit.TemplateInsertionCommand templateInsertionCommand, PageRefreshEvent pageRefreshEvent, PageSelection pageSelection, SourceCollectionsList sourceCollectionsList ) : System.Collections.Generic
RegisterWithServer ( EnhancedImageServer server ) : void

비공개 메소드들

메소드 설명
GetPageTemplate ( ApiRequest request ) : IPage
HandleAddPage ( ApiRequest request ) : void
HandleChangeLayout ( ApiRequest request ) : void

메소드 상세

AddOrChangePageApi() 공개 메소드

public AddOrChangePageApi ( Bloom.Edit.TemplateInsertionCommand templateInsertionCommand, PageRefreshEvent pageRefreshEvent, PageSelection pageSelection, SourceCollectionsList sourceCollectionsList ) : System.Collections.Generic
templateInsertionCommand Bloom.Edit.TemplateInsertionCommand
pageRefreshEvent PageRefreshEvent
pageSelection Bloom.Edit.PageSelection
sourceCollectionsList SourceCollectionsList
리턴 System.Collections.Generic

RegisterWithServer() 공개 메소드

public RegisterWithServer ( EnhancedImageServer server ) : void
server Bloom.Api.EnhancedImageServer
리턴 void