Ejemplo n.º 1
0
        /// <summary>
        /// Create a new SOP_vCurrentDoc object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        /// <param name="bureau">Initial value of the Bureau property.</param>
        /// <param name="sOP">Initial value of the SOP property.</param>
        /// <param name="startDate">Initial value of the StartDate property.</param>
        /// <param name="bureauID">Initial value of the BureauID property.</param>
        /// <param name="docPath">Initial value of the DocPath property.</param>
        public static SOP_vCurrentDoc CreateSOP_vCurrentDoc(global::System.Int32 id, global::System.String bureau, global::System.String sOP, global::System.DateTime startDate, global::System.Int32 bureauID, global::System.String docPath)
        {
            SOP_vCurrentDoc sOP_vCurrentDoc = new SOP_vCurrentDoc();

            sOP_vCurrentDoc.ID        = id;
            sOP_vCurrentDoc.Bureau    = bureau;
            sOP_vCurrentDoc.SOP       = sOP;
            sOP_vCurrentDoc.StartDate = startDate;
            sOP_vCurrentDoc.BureauID  = bureauID;
            sOP_vCurrentDoc.DocPath   = docPath;
            return(sOP_vCurrentDoc);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SOP_vCurrentDoc EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSOP_vCurrentDoc(SOP_vCurrentDoc sOP_vCurrentDoc)
 {
     base.AddObject("SOP_vCurrentDoc", sOP_vCurrentDoc);
 }