Alloy.Models.ViewModels.PageListModel.PageListModel C# (CSharp) Méthode

PageListModel() public méthode

public PageListModel ( PageListBlock block ) : System.Collections.Generic
block Alloy.Models.Blocks.PageListBlock
Résultat System.Collections.Generic
        public PageListModel(PageListBlock block)
        {
            Heading = block.Heading;
            ShowIntroduction = block.IncludeIntroduction;
            ShowPublishDate = block.IncludePublishDate;
        }
PageListModel