/// <summary> /// Deprecated Method for adding a new object to the CostCentres EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCostCentres(CostCentre costCentre) { base.AddObject("CostCentres", costCentre); }
/// <summary> /// Create a new CostCentre object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="tid">Initial value of the Tid property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="createdBy">Initial value of the CreatedBy property.</param> /// <param name="modifiedBy">Initial value of the ModifiedBy property.</param> /// <param name="created">Initial value of the Created property.</param> /// <param name="modified">Initial value of the Modified property.</param> public static CostCentre CreateCostCentre(global::System.Int64 id, global::System.String tid, global::System.String name, global::System.String createdBy, global::System.String modifiedBy, global::System.DateTimeOffset created, global::System.DateTimeOffset modified) { CostCentre costCentre = new CostCentre(); costCentre.Id = id; costCentre.Tid = tid; costCentre.Name = name; costCentre.CreatedBy = createdBy; costCentre.ModifiedBy = modifiedBy; costCentre.Created = created; costCentre.Modified = modified; return costCentre; }