Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TIPOINFORME EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTIPOINFORME(TIPOINFORME tIPOINFORME)
 {
     base.AddObject("TIPOINFORME", tIPOINFORME);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new TIPOINFORME object.
 /// </summary>
 /// <param name="codigoInf">Initial value of the CodigoInf property.</param>
 public static TIPOINFORME CreateTIPOINFORME(global::System.Int16 codigoInf)
 {
     TIPOINFORME tIPOINFORME = new TIPOINFORME();
     tIPOINFORME.CodigoInf = codigoInf;
     return tIPOINFORME;
 }