コード例 #1
0
 /// <summary>
 /// Create a new lu_externalTsfrType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static lu_externalTsfrType Createlu_externalTsfrType(global::System.Int32 id)
 {
     lu_externalTsfrType lu_externalTsfrType = new lu_externalTsfrType();
     lu_externalTsfrType.ID = id;
     return lu_externalTsfrType;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the lu_externalTsfrType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTolu_externalTsfrType(lu_externalTsfrType lu_externalTsfrType)
 {
     base.AddObject("lu_externalTsfrType", lu_externalTsfrType);
 }