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