Exemplo n.º 1
0
 /// <summary>
 /// Create a new TariffInProperty object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static TariffInProperty CreateTariffInProperty(global::System.Int64 id, global::System.Int32 isDeleted)
 {
     TariffInProperty tariffInProperty = new TariffInProperty();
     tariffInProperty.ID = id;
     tariffInProperty.IsDeleted = isDeleted;
     return tariffInProperty;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TariffInProperties EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTariffInProperties(TariffInProperty tariffInProperty)
 {
     base.AddObject("TariffInProperties", tariffInProperty);
 }