using DR.WCMS.Web.UIBindings.MappingAttributes; using DR.Web.UI.Model; namespace DR.FV2016.Web.Models { public class VideoArticleViewModel : ArticleView { [AgentMapping("video_liste1")] public ArticleList RelatedVideoArticleList1 = new ArticleList(); [AgentMapping("video_liste2")] public ArticleList RelatedVideoArticleList2 = new ArticleList(); // public string DebugOutputString { get; set; } } }