Exemplo n.º 1
0
 /// <summary>
 /// Create a new GastoInformeAdm object.
 /// </summary>
 /// <param name="idGastoInformeAdm">Initial value of the IdGastoInformeAdm property.</param>
 /// <param name="idGastoInforme">Initial value of the IdGastoInforme property.</param>
 /// <param name="idRegion">Initial value of the IdRegion property.</param>
 public static GastoInformeAdm CreateGastoInformeAdm(global::System.Int32 idGastoInformeAdm, global::System.Int32 idGastoInforme, global::System.Int32 idRegion)
 {
     GastoInformeAdm gastoInformeAdm = new GastoInformeAdm();
     gastoInformeAdm.IdGastoInformeAdm = idGastoInformeAdm;
     gastoInformeAdm.IdGastoInforme = idGastoInforme;
     gastoInformeAdm.IdRegion = idRegion;
     return gastoInformeAdm;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GastoInformeAdm EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGastoInformeAdm(GastoInformeAdm gastoInformeAdm)
 {
     base.AddObject("GastoInformeAdm", gastoInformeAdm);
 }