/// <summary> /// Initializes a new instance of the <see cref="PopularTopicsDto" /> class. /// </summary> /// <param name="Description">Description.</param> /// <param name="SeoTitle">SeoTitle.</param> /// <param name="Title">Title.</param> /// <param name="Topics">Topics.</param> /// <param name="SeoAttributes">SeoAttributes.</param> /// <param name="SocialShareAttributes">SocialShareAttributes.</param> public PopularTopicsDto(string Description = default(string), string SeoTitle = default(string), string Title = default(string), List <TopicDto> Topics = default(List <TopicDto>), SeoAttributesDto SeoAttributes = default(SeoAttributesDto), SocialShareAttributesDto SocialShareAttributes = default(SocialShareAttributesDto)) { this.Description = Description; this.SeoTitle = SeoTitle; this.Title = Title; this.Topics = Topics; this.SeoAttributes = SeoAttributes; this.SocialShareAttributes = SocialShareAttributes; }
/// <summary> /// Initializes a new instance of the <see cref="CategoryDto" /> class. /// </summary> /// <param name="URL">URL.</param> /// <param name="CategoryBanner">CategoryBanner.</param> /// <param name="CategoryName">CategoryName.</param> /// <param name="Description">Description.</param> /// <param name="ExternalURL">ExternalURL.</param> /// <param name="Gated">Gated.</param> /// <param name="LogoDescription">LogoDescription.</param> /// <param name="LongDescription">LongDescription.</param> /// <param name="M3DImagePath">M3DImagePath.</param> /// <param name="Name">Name.</param> /// <param name="Pdg">Pdg.</param> /// <param name="RequestMoreDescription">RequestMoreDescription.</param> /// <param name="RequestMoreUrl">RequestMoreUrl.</param> /// <param name="Section">Section.</param> /// <param name="SectionsDescriptionSolution">SectionsDescriptionSolution.</param> /// <param name="SectionsNameSolution">SectionsNameSolution.</param> /// <param name="SeoURL">SeoURL.</param> /// <param name="Slideshows">Slideshows.</param> /// <param name="Target">Target.</param> /// <param name="TemplateId">TemplateId.</param> /// <param name="TemplateType">TemplateType.</param> /// <param name="Title">Title.</param> /// <param name="WebDisplayName">WebDisplayName.</param> /// <param name="ChildCategory">ChildCategory.</param> /// <param name="ChildProducts">ChildProducts.</param> /// <param name="Sections">Sections.</param> /// <param name="TabSections">TabSections.</param> /// <param name="BlogSections">BlogSections.</param> /// <param name="FeaturedSections">FeaturedSections.</param> /// <param name="Images">Images.</param> /// <param name="Videos">Videos.</param> /// <param name="ImageDetails">ImageDetails.</param> /// <param name="InfographicImage">InfographicImage.</param> /// <param name="SeoAttributes">SeoAttributes.</param> /// <param name="SocialShareAttributes">SocialShareAttributes.</param> /// <param name="VideoList">VideoList.</param> /// <param name="ImageList">ImageList.</param> /// <param name="SectionList">SectionList.</param> /// <param name="CallToActionDetails">CallToActionDetails.</param> /// <param name="SecondaryBannerImageList">SecondaryBannerImageList.</param> /// <param name="TitleChildCategory">TitleChildCategory.</param> public CategoryDto(string URL = default(string), bool?CategoryBanner = default(bool?), string CategoryName = default(string), string Description = default(string), bool?ExternalURL = default(bool?), bool?Gated = default(bool?), string LogoDescription = default(string), string LongDescription = default(string), string M3DImagePath = default(string), string Name = default(string), bool?Pdg = default(bool?), string RequestMoreDescription = default(string), string RequestMoreUrl = default(string), bool?Section = default(bool?), string SectionsDescriptionSolution = default(string), string SectionsNameSolution = default(string), string SeoURL = default(string), string Slideshows = default(string), string Target = default(string), string TemplateId = default(string), string TemplateType = default(string), string Title = default(string), string WebDisplayName = default(string), List <CategoryDto> ChildCategory = default(List <CategoryDto>), List <ProductDto> ChildProducts = default(List <ProductDto>), List <SectionDto> Sections = default(List <SectionDto>), List <SectionDto> TabSections = default(List <SectionDto>), List <SectionDto> BlogSections = default(List <SectionDto>), List <SectionDto> FeaturedSections = default(List <SectionDto>), List <ImageDto> Images = default(List <ImageDto>), List <VideoDto> Videos = default(List <VideoDto>), ImageDto ImageDetails = default(ImageDto), ImageDto InfographicImage = default(ImageDto), SeoAttributesDto SeoAttributes = default(SeoAttributesDto), SocialShareAttributesDto SocialShareAttributes = default(SocialShareAttributesDto), List <VideoDto> VideoList = default(List <VideoDto>), List <ImageDto> ImageList = default(List <ImageDto>), List <SectionDto> SectionList = default(List <SectionDto>), List <CallToActionDto> CallToActionDetails = default(List <CallToActionDto>), List <ImageDto> SecondaryBannerImageList = default(List <ImageDto>), List <CategoryDto> TitleChildCategory = default(List <CategoryDto>)) { this.URL = URL; this.CategoryBanner = CategoryBanner; this.CategoryName = CategoryName; this.Description = Description; this.ExternalURL = ExternalURL; this.Gated = Gated; this.LogoDescription = LogoDescription; this.LongDescription = LongDescription; this.M3DImagePath = M3DImagePath; this.Name = Name; this.Pdg = Pdg; this.RequestMoreDescription = RequestMoreDescription; this.RequestMoreUrl = RequestMoreUrl; this.Section = Section; this.SectionsDescriptionSolution = SectionsDescriptionSolution; this.SectionsNameSolution = SectionsNameSolution; this.SeoURL = SeoURL; this.Slideshows = Slideshows; this.Target = Target; this.TemplateId = TemplateId; this.TemplateType = TemplateType; this.Title = Title; this.WebDisplayName = WebDisplayName; this.ChildCategory = ChildCategory; this.ChildProducts = ChildProducts; this.Sections = Sections; this.TabSections = TabSections; this.BlogSections = BlogSections; this.FeaturedSections = FeaturedSections; this.Images = Images; this.Videos = Videos; this.ImageDetails = ImageDetails; this.InfographicImage = InfographicImage; this.SeoAttributes = SeoAttributes; this.SocialShareAttributes = SocialShareAttributes; this.VideoList = VideoList; this.ImageList = ImageList; this.SectionList = SectionList; this.CallToActionDetails = CallToActionDetails; this.SecondaryBannerImageList = SecondaryBannerImageList; this.TitleChildCategory = TitleChildCategory; }
/// <summary> /// Initializes a new instance of the <see cref="PDFDetailDto" /> class. /// </summary> /// <param name="Author">Author.</param> /// <param name="Gated">Gated.</param> /// <param name="PdfName">PdfName.</param> /// <param name="PdfToHtml">PdfToHtml.</param> /// <param name="PdfType">PdfType.</param> /// <param name="Pdg">Pdg.</param> /// <param name="SubTitle">SubTitle.</param> /// <param name="Summary">Summary.</param> /// <param name="Title">Title.</param> /// <param name="Url">Url.</param> /// <param name="Image">Image.</param> /// <param name="HeroImageItem">HeroImageItem.</param> /// <param name="SeoAttributes">SeoAttributes.</param> /// <param name="SocialShareAttributes">SocialShareAttributes.</param> /// <param name="Video">Video.</param> /// <param name="Sai">Sai.</param> public PDFDetailDto(string Author = default(string), bool?Gated = default(bool?), string PdfName = default(string), bool?PdfToHtml = default(bool?), string PdfType = default(string), bool?Pdg = default(bool?), string SubTitle = default(string), string Summary = default(string), string Title = default(string), string Url = default(string), ImageDto Image = default(ImageDto), ImageDto HeroImageItem = default(ImageDto), SeoAttributesDto SeoAttributes = default(SeoAttributesDto), SocialShareAttributesDto SocialShareAttributes = default(SocialShareAttributesDto), VideoDto Video = default(VideoDto), List <string> Sai = default(List <string>)) { this.Author = Author; this.Gated = Gated; this.PdfName = PdfName; this.PdfToHtml = PdfToHtml; this.PdfType = PdfType; this.Pdg = Pdg; this.SubTitle = SubTitle; this.Summary = Summary; this.Title = Title; this.Url = Url; this.Image = Image; this.HeroImageItem = HeroImageItem; this.SeoAttributes = SeoAttributes; this.SocialShareAttributes = SocialShareAttributes; this.Video = Video; this.Sai = Sai; }