/// <summary> /// Create a new UpdateTriad object. /// </summary> /// <param name="updateTriadId">Initial value of the UpdateTriadId property.</param> /// <param name="deviceId">Initial value of the DeviceId property.</param> /// <param name="dT">Initial value of the DT property.</param> /// <param name="userId">Initial value of the UserId property.</param> public static UpdateTriad CreateUpdateTriad(global::System.Int32 updateTriadId, global::System.String deviceId, global::System.DateTime dT, global::System.String userId) { UpdateTriad updateTriad = new UpdateTriad(); updateTriad.UpdateTriadId = updateTriadId; updateTriad.DeviceId = deviceId; updateTriad.DT = dT; updateTriad.UserId = userId; return updateTriad; }
/// <summary> /// Deprecated Method for adding a new object to the UpdateTriads EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUpdateTriads(UpdateTriad updateTriad) { base.AddObject("UpdateTriads", updateTriad); }