/// <summary>
 /// Create a new TariffType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static TariffType CreateTariffType(global::System.Int32 id, global::System.Int32 isDeleted)
 {
     TariffType tariffType = new TariffType();
     tariffType.ID = id;
     tariffType.IsDeleted = isDeleted;
     return tariffType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TariffTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTariffTypes(TariffType tariffType)
 {
     base.AddObject("TariffTypes", tariffType);
 }