コード例 #1
0
ファイル: TSModel.Designer.cs プロジェクト: veritasfx/MVCDTS
 /// <summary>
 /// Create a new WIP_CODE_MAP_org object.
 /// </summary>
 /// <param name="sITE">Initial value of the SITE property.</param>
 /// <param name="sUB_INV_CODE">Initial value of the SUB_INV_CODE property.</param>
 /// <param name="aREA_CODE">Initial value of the AREA_CODE property.</param>
 public static WIP_CODE_MAP_org CreateWIP_CODE_MAP_org(global::System.String sITE, global::System.String sUB_INV_CODE, global::System.String aREA_CODE)
 {
     WIP_CODE_MAP_org wIP_CODE_MAP_org = new WIP_CODE_MAP_org();
     wIP_CODE_MAP_org.SITE = sITE;
     wIP_CODE_MAP_org.SUB_INV_CODE = sUB_INV_CODE;
     wIP_CODE_MAP_org.AREA_CODE = aREA_CODE;
     return wIP_CODE_MAP_org;
 }
コード例 #2
0
ファイル: TSModel.Designer.cs プロジェクト: veritasfx/MVCDTS
 /// <summary>
 /// Deprecated Method for adding a new object to the WIP_CODE_MAP_org EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWIP_CODE_MAP_org(WIP_CODE_MAP_org wIP_CODE_MAP_org)
 {
     base.AddObject("WIP_CODE_MAP_org", wIP_CODE_MAP_org);
 }