/// <summary>
 /// Deprecated Method for adding a new object to the Enum_TipoLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEnum_TipoLog(Enum_TipoLog enum_TipoLog)
 {
     base.AddObject("Enum_TipoLog", enum_TipoLog);
 }
 /// <summary>
 /// Create a new Enum_TipoLog object.
 /// </summary>
 /// <param name="idTipoLog">Initial value of the IdTipoLog property.</param>
 /// <param name="nome">Initial value of the Nome property.</param>
 public static Enum_TipoLog CreateEnum_TipoLog(global::System.Int32 idTipoLog, global::System.String nome)
 {
     Enum_TipoLog enum_TipoLog = new Enum_TipoLog();
     enum_TipoLog.IdTipoLog = idTipoLog;
     enum_TipoLog.Nome = nome;
     return enum_TipoLog;
 }