/// <summary> /// Create a new LMAllocation object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="lMID">Initial value of the LMID property.</param> /// <param name="manageeId">Initial value of the ManageeId property.</param> public static LMAllocation CreateLMAllocation(global::System.Int32 id, global::System.Int32 lMID, global::System.Int32 manageeId) { LMAllocation lMAllocation = new LMAllocation(); lMAllocation.ID = id; lMAllocation.LMID = lMID; lMAllocation.ManageeId = manageeId; return lMAllocation; }
/// <summary> /// Deprecated Method for adding a new object to the LMAllocations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLMAllocations(LMAllocation lMAllocation) { base.AddObject("LMAllocations", lMAllocation); }