Bloom.web.controllers.AddOrChangePageApi.AddOrChangePageApi C# (CSharp) Метод

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
        public AddOrChangePageApi(	TemplateInsertionCommand templateInsertionCommand,
									PageRefreshEvent pageRefreshEvent,
									PageSelection pageSelection,
									SourceCollectionsList sourceCollectionsList)
        {
            _templateInsertionCommand = templateInsertionCommand;
            _pageRefreshEvent = pageRefreshEvent;
            _pageSelection = pageSelection;
            _sourceCollectionsList = sourceCollectionsList;
        }