Alloy.Models.ViewModels.PageListModel.PageListModel C# (CSharp) Метод

PageListModel() публичный Метод

public PageListModel ( PageListBlock block ) : System.Collections.Generic
block Alloy.Models.Blocks.PageListBlock
Результат System.Collections.Generic
        public PageListModel(PageListBlock block)
        {
            Heading = block.Heading;
            ShowIntroduction = block.IncludeIntroduction;
            ShowPublishDate = block.IncludePublishDate;
        }
PageListModel