C# Class Bloom.web.controllers.AddOrChangePageApi

This API handles requests to add new pages and change existing pages to match some other layout.
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
AddOrChangePageApi ( Bloom.Edit.TemplateInsertionCommand templateInsertionCommand, PageRefreshEvent pageRefreshEvent, PageSelection pageSelection, SourceCollectionsList sourceCollectionsList ) : System.Collections.Generic
RegisterWithServer ( EnhancedImageServer server ) : void

Private Methods

Méthode Description
GetPageTemplate ( ApiRequest request ) : IPage
HandleAddPage ( ApiRequest request ) : void
HandleChangeLayout ( ApiRequest request ) : void

Method Details

AddOrChangePageApi() public méthode

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
Résultat System.Collections.Generic

RegisterWithServer() public méthode

public RegisterWithServer ( EnhancedImageServer server ) : void
server Bloom.Api.EnhancedImageServer
Résultat void