Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PMS_APPRAISAL_STAGE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPMS_APPRAISAL_STAGE(PMS_APPRAISAL_STAGE pMS_APPRAISAL_STAGE)
 {
     base.AddObject("PMS_APPRAISAL_STAGE", pMS_APPRAISAL_STAGE);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new PMS_APPRAISAL_STAGE object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static PMS_APPRAISAL_STAGE CreatePMS_APPRAISAL_STAGE(global::System.Int32 id)
 {
     PMS_APPRAISAL_STAGE pMS_APPRAISAL_STAGE = new PMS_APPRAISAL_STAGE();
     pMS_APPRAISAL_STAGE.ID = id;
     return pMS_APPRAISAL_STAGE;
 }