Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PdfContentItemDto" /> class.
 /// </summary>
 /// <param name="SocialShareEnabled">SocialShareEnabled.</param>
 /// <param name="SocialShareAttributes">SocialShareAttributes.</param>
 /// <param name="SEOAttributes">SEOAttributes.</param>
 /// <param name="AnalyticsAttributes">AnalyticsAttributes.</param>
 /// <param name="PdfDetails">PdfDetails.</param>
 public PdfContentItemDto(bool?SocialShareEnabled = default(bool?), List <AttributesDto> SocialShareAttributes = default(List <AttributesDto>), List <AttributesDto> SEOAttributes = default(List <AttributesDto>), List <AttributesDto> AnalyticsAttributes = default(List <AttributesDto>), PDFDetailDto PdfDetails = default(PDFDetailDto))
 {
     this.SocialShareEnabled    = SocialShareEnabled;
     this.SocialShareAttributes = SocialShareAttributes;
     this.SEOAttributes         = SEOAttributes;
     this.AnalyticsAttributes   = AnalyticsAttributes;
     this.PdfDetails            = PdfDetails;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TopicDto" /> class.
 /// </summary>
 /// <param name="Category">Category.</param>
 /// <param name="PdfDetails">PdfDetails.</param>
 public TopicDto(CategoryDto Category = default(CategoryDto), PDFDetailDto PdfDetails = default(PDFDetailDto))
 {
     this.Category   = Category;
     this.PdfDetails = PdfDetails;
 }