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