Ejemplo n.º 1
0
 /// <summary>
 /// Create a new U_UserCustom object.
 /// </summary>
 /// <param name="customID">Initial value of the CustomID property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="customValue">Initial value of the CustomValue property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="dicItemID">Initial value of the DicItemID property.</param>
 /// <param name="dicTypeID">Initial value of the DicTypeID property.</param>
 public static U_UserCustom CreateU_UserCustom(global::System.Int32 customID, global::System.String userName, global::System.String customValue, global::System.DateTime createTime, global::System.Int32 dicItemID, global::System.Int32 dicTypeID)
 {
     U_UserCustom u_UserCustom = new U_UserCustom();
     u_UserCustom.CustomID = customID;
     u_UserCustom.UserName = userName;
     u_UserCustom.CustomValue = customValue;
     u_UserCustom.CreateTime = createTime;
     u_UserCustom.DicItemID = dicItemID;
     u_UserCustom.DicTypeID = dicTypeID;
     return u_UserCustom;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the U_UserCustom EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_UserCustom(U_UserCustom u_UserCustom)
 {
     base.AddObject("U_UserCustom", u_UserCustom);
 }