/// <summary> /// Deprecated Method for adding a new object to the allocationLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToallocationLog(allocationLog allocationLog) { base.AddObject("allocationLog", allocationLog); }
/// <summary> /// Create a new allocationLog object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="iDAnimation">Initial value of the IDAnimation property.</param> /// <param name="logID">Initial value of the LogID property.</param> public static allocationLog CreateallocationLog(global::System.Int64 id, global::System.Guid iDAnimation, global::System.Guid logID) { allocationLog allocationLog = new allocationLog(); allocationLog.ID = id; allocationLog.IDAnimation = iDAnimation; allocationLog.LogID = logID; return allocationLog; }