예제 #1
0
        /// <summary>
        /// Create a new GoupMail_Person object.
        /// </summary>
        /// <param name="itemID">Initial value of the ItemID property.</param>
        /// <param name="moduleID">Initial value of the ModuleID property.</param>
        /// <param name="createdDate">Initial value of the CreatedDate property.</param>
        /// <param name="createdByUser">Initial value of the CreatedByUser property.</param>
        public static GoupMail_Person CreateGoupMail_Person(global::System.Int32 itemID, global::System.Int32 moduleID, global::System.DateTime createdDate, global::System.Int32 createdByUser)
        {
            GoupMail_Person goupMail_Person = new GoupMail_Person();

            goupMail_Person.ItemID        = itemID;
            goupMail_Person.ModuleID      = moduleID;
            goupMail_Person.CreatedDate   = createdDate;
            goupMail_Person.CreatedByUser = createdByUser;
            return(goupMail_Person);
        }
예제 #2
0
 /// <summary>
 /// Create a new GoupMail_Person object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="createdByUser">Initial value of the CreatedByUser property.</param>
 public static GoupMail_Person CreateGoupMail_Person(global::System.Int32 itemID, global::System.Int32 moduleID, global::System.DateTime createdDate, global::System.Int32 createdByUser)
 {
     GoupMail_Person goupMail_Person = new GoupMail_Person();
     goupMail_Person.ItemID = itemID;
     goupMail_Person.ModuleID = moduleID;
     goupMail_Person.CreatedDate = createdDate;
     goupMail_Person.CreatedByUser = createdByUser;
     return goupMail_Person;
 }
예제 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GoupMail_Person EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGoupMail_Person(GoupMail_Person goupMail_Person)
 {
     base.AddObject("GoupMail_Person", goupMail_Person);
 }
예제 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GoupMail_Person EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGoupMail_Person(GoupMail_Person goupMail_Person)
 {
     base.AddObject("GoupMail_Person", goupMail_Person);
 }