/// <summary>
 /// Deprecated Method for adding a new object to the CFG_Documents EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCFG_Documents(CFG_Documents cFG_Documents)
 {
     base.AddObject("CFG_Documents", cFG_Documents);
 }
 /// <summary>
 /// Create a new CFG_Documents object.
 /// </summary>
 /// <param name="doctorId">Initial value of the DoctorId property.</param>
 /// <param name="header1">Initial value of the Header1 property.</param>
 /// <param name="header2">Initial value of the Header2 property.</param>
 /// <param name="footerLeft1">Initial value of the FooterLeft1 property.</param>
 /// <param name="footerRight1">Initial value of the FooterRight1 property.</param>
 /// <param name="practiceId">Initial value of the PracticeId property.</param>
 public static CFG_Documents CreateCFG_Documents(global::System.Int32 doctorId, global::System.String header1, global::System.String header2, global::System.String footerLeft1, global::System.String footerRight1, global::System.Int32 practiceId)
 {
     CFG_Documents cFG_Documents = new CFG_Documents();
     cFG_Documents.DoctorId = doctorId;
     cFG_Documents.Header1 = header1;
     cFG_Documents.Header2 = header2;
     cFG_Documents.FooterLeft1 = footerLeft1;
     cFG_Documents.FooterRight1 = footerRight1;
     cFG_Documents.PracticeId = practiceId;
     return cFG_Documents;
 }
Esempio n. 3
0
 public PdfHeaderFooter(CFG_Documents config)
 {
     this.config = config;
 }