void IQPArticle.OnMaterialized(IQPLibraryService context) { this.Title = context.ReplacePlaceholders(this.Title); this.Value = context.ReplacePlaceholders(this.Value); this.Legal = context.ReplacePlaceholders(this.Legal); this.ShortTitle = context.ReplacePlaceholders(this.ShortTitle); this.ShortValue = context.ReplacePlaceholders(this.ShortValue); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.Legal = context.ReplacePlaceholders(this.Legal); this.Benefit = context.ReplacePlaceholders(this.Benefit); this.ArchiveTitle = context.ReplacePlaceholders(this.ArchiveTitle); this.ArchiveNotes = context.ReplacePlaceholders(this.ArchiveNotes); this.PDFUrl = context.GetUrl(this.PDF, "Product", "PDF"); this.PDFUploadPath = context.GetUploadPath(this.PDF, "Product", "PDF"); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.String = context.ReplacePlaceholders(this.String); this.TextBox = context.ReplacePlaceholders(this.TextBox); this.VisualEdit = context.ReplacePlaceholders(this.VisualEdit); this.Enum = context.ReplacePlaceholders(this.Enum); this.FileUrl = context.GetUrl(this.File, "AfiellFieldsItem", "File"); this.ImageUrl = context.GetUrl(this.Image, "AfiellFieldsItem", "Image"); this.DynamicImageUrl = context.GetUrl(this.DynamicImage, "AfiellFieldsItem", "DynamicImage"); this.FileUploadPath = context.GetUploadPath(this.File, "AfiellFieldsItem", "File"); this.ImageUploadPath = context.GetUploadPath(this.Image, "AfiellFieldsItem", "Image"); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.Title = context.ReplacePlaceholders(this.Title); this.Alias = context.ReplacePlaceholders(this.Alias); this.Benefit = context.ReplacePlaceholders(this.Benefit); this.ShortBenefit = context.ReplacePlaceholders(this.ShortBenefit); this.Legal = context.ReplacePlaceholders(this.Legal); this.Description = context.ReplacePlaceholders(this.Description); this.ShortDescription = context.ReplacePlaceholders(this.ShortDescription); this.Purpose = context.ReplacePlaceholders(this.Purpose); this.TitleForFamily = context.ReplacePlaceholders(this.TitleForFamily); this.CommentForFamily = context.ReplacePlaceholders(this.CommentForFamily); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.Title = context.ReplacePlaceholders(this.Title); this.ValueMapped = context.ReplacePlaceholders(this.ValueMapped); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.Title = context.ReplacePlaceholders(this.Title); this.Alias = context.ReplacePlaceholders(this.Alias); }
void IQPArticle.OnMaterialized(IQPLibraryService context) { this.StringValue = context.ReplacePlaceholders(this.StringValue); }