コード例 #1
0
        /// <summary>
        /// Create a new prescriptiontype object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static prescriptiontype Createprescriptiontype(global::System.Int32 id)
        {
            prescriptiontype prescriptiontype = new prescriptiontype();

            prescriptiontype.id = id;
            return(prescriptiontype);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the prescriptiontypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToprescriptiontypes(prescriptiontype prescriptiontype)
 {
     base.AddObject("prescriptiontypes", prescriptiontype);
 }