コード例 #1
0
 /// <summary>
 /// Create a new U_usertype object.
 /// </summary>
 /// <param name="typeId">Initial value of the TypeId property.</param>
 /// <param name="usertype">Initial value of the Usertype property.</param>
 /// <param name="typeName">Initial value of the TypeName property.</param>
 public static U_usertype CreateU_usertype(global::System.String typeId, global::System.String usertype, global::System.String typeName)
 {
     U_usertype u_usertype = new U_usertype();
     u_usertype.TypeId = typeId;
     u_usertype.Usertype = usertype;
     u_usertype.TypeName = typeName;
     return u_usertype;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the U_usertype EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_usertype(U_usertype u_usertype)
 {
     base.AddObject("U_usertype", u_usertype);
 }