Bloom.web.controllers.PageTemplatesApi.PageTemplatesApi C# (CSharp) 메소드

PageTemplatesApi() 공개 메소드

public PageTemplatesApi ( SourceCollectionsList sourceCollectionsList, BookSelection bookSelection, PageSelection pageSelection, Bloom.Edit.TemplateInsertionCommand templateInsertionCommand, BookThumbNailer thumbNailer, Book bookFactory, BookStorage storageFactory ) : System
sourceCollectionsList SourceCollectionsList
bookSelection Bloom.Book.BookSelection
pageSelection Bloom.Edit.PageSelection
templateInsertionCommand Bloom.Edit.TemplateInsertionCommand
thumbNailer BookThumbNailer
bookFactory Bloom.Book.Book
storageFactory Bloom.Book.BookStorage
리턴 System
        public PageTemplatesApi(SourceCollectionsList  sourceCollectionsList,BookSelection bookSelection,
			PageSelection pageSelection, TemplateInsertionCommand templateInsertionCommand,
			BookThumbNailer thumbNailer, Book.Book.Factory bookFactory, BookStorage.Factory storageFactory)
        {
            _sourceCollectionsList = sourceCollectionsList;
            _bookSelection = bookSelection;
            _pageSelection = pageSelection;
            _templateInsertionCommand = templateInsertionCommand;
            _thumbNailer = thumbNailer;
            _bookFactory = bookFactory;
            _storageFactory = storageFactory;
        }