コード例 #1
0
ファイル: PMS.Designer.cs プロジェクト: kyoliumiao/eHR-Phase2
 /// <summary>
 /// Deprecated Method for adding a new object to the PMS_MST_BLOCK EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPMS_MST_BLOCK(PMS_MST_BLOCK pMS_MST_BLOCK)
 {
     base.AddObject("PMS_MST_BLOCK", pMS_MST_BLOCK);
 }
コード例 #2
0
ファイル: PMS.Designer.cs プロジェクト: kyoliumiao/eHR-Phase2
 /// <summary>
 /// Create a new PMS_MST_BLOCK object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static PMS_MST_BLOCK CreatePMS_MST_BLOCK(global::System.Int32 id)
 {
     PMS_MST_BLOCK pMS_MST_BLOCK = new PMS_MST_BLOCK();
     pMS_MST_BLOCK.ID = id;
     return pMS_MST_BLOCK;
 }