/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the TariffInProperties EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTariffInProperties(TariffInProperty tariffInProperty) { base.AddObject("TariffInProperties", tariffInProperty); }